tn5250j/src log4j.properties,NONE,1.1
Barry van Someren <[email protected]> Wed, 14 Apr 2004 12:15:55 +0000
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19814/src Added Files: log4j.properties Log Message: +Minor fix to bounds checking on a rubberband +Logging code added (WIP) +log4j.properties is the logging config for now Note, code will be mass converted to commons logging when all statements are done --- NEW FILE: log4j.properties --- # Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=INFO, A1 # A1 is set to be a ConsoleAppender. log4j.appender.A1=org.apache.log4j.ConsoleAppender # A1 uses PatternLayout. log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n #TODO, extend as this is shamelessly ripped from the example :-) ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click