tn5250j/src/org/tn5250j/tools/logging ConsoleLogger.java,1.3,1.4
"Kenneth J. Pouncey" <[email protected]> Wed, 30 Jun 2004 06:29:54 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j/tools/logging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14981
Modified Files:
ConsoleLogger.java
Log Message:
Man what a pain. Changed to not output debug statements to console at this time. Will add a way to enable this later
Index: ConsoleLogger.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/tools/logging/ConsoleLogger.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ConsoleLogger.java 30 Jun 2004 06:28:02 -0000 1.3
--- ConsoleLogger.java 30 Jun 2004 06:29:52 -0000 1.4
***************
*** 41,45 ****
// printing methods:
public void debug(Object message) {
! System.out.println("DEBUG ["+clazz+"] "+ message);
}
--- 41,46 ----
// printing methods:
public void debug(Object message) {
! if (isDebugEnabled())
! System.out.println("DEBUG ["+clazz+"] "+ message);
}
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com