# # The following four lines enable logging output of all info, warning # and error messages to stdout. You may additionally enable debug messages # for your own packages or classes below. # log4j.rootCategory=DEBUG, rootAppender log4j.category.sub1=INFO log4j.category.sub2=DEBUG log4j.appender.rootAppender=org.apache.log4j.ConsoleAppender log4j.appender.rootAppender.layout=org.apache.log4j.BasicLayout log4j.appender.sub1=org.apache.log4j.FileAppender log4j.appender.sub1.fileName=YodaOut.log log4j.appender.sub1.layout=org.apache.log4j.SimpleLayout # # Uncommenting the following enables the debug output of the specified # package. Additionally, you may enable the output for every class in # the same manner: # log4j.category.pamela.pamela.raw.tracker.TrackerReader=DEBUG # enables debugging output just of this class. # #log4j.category.pamela.raw=DEBUG #log4j.category.pamela.cern=DEBUG #log4j.category.pamela.tracker=DEBUG #log4j.category.pamela.calorimeter=DEBUG # # Alternatively, one may enable the following lines and get the complete # debugging output into the logfile Yoda.log. # #log4j.rootCategory=DEBUG,file #log4j.appender.file.layout=org.apache.log4j.PatternLayout #log4j.appender.file.layout.ConversionPattern=%d %p %c %m%n #log4j.appender.file=org.apache.log4j.FileAppender #log4j.appender.file.fileName=Yoda.log