# # 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=INFO, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d %p %c %m%n # # 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