1 |
kusanagi |
1.1 |
# |
2 |
|
|
# The following four lines enable logging output of all info, warning |
3 |
|
|
# and error messages to stdout. You may additionally enable debug messages |
4 |
|
|
# for your own packages or classes below. |
5 |
|
|
# |
6 |
|
|
log4j.rootCategory=DEBUG, rootAppender |
7 |
|
|
log4j.category.sub1=INFO |
8 |
|
|
log4j.category.sub2=DEBUG |
9 |
|
|
|
10 |
|
|
log4j.appender.rootAppender=org.apache.log4j.ConsoleAppender |
11 |
|
|
log4j.appender.rootAppender.layout=org.apache.log4j.BasicLayout |
12 |
|
|
|
13 |
|
|
log4j.appender.sub1=org.apache.log4j.FileAppender |
14 |
|
|
log4j.appender.sub1.fileName=YodaOut.log |
15 |
|
|
log4j.appender.sub1.layout=org.apache.log4j.SimpleLayout |
16 |
|
|
|
17 |
|
|
# |
18 |
|
|
# Uncommenting the following enables the debug output of the specified |
19 |
|
|
# package. Additionally, you may enable the output for every class in |
20 |
|
|
# the same manner: |
21 |
|
|
# log4j.category.pamela.pamela.raw.tracker.TrackerReader=DEBUG |
22 |
|
|
# enables debugging output just of this class. |
23 |
|
|
# |
24 |
|
|
#log4j.category.pamela.raw=DEBUG |
25 |
|
|
#log4j.category.pamela.cern=DEBUG |
26 |
|
|
#log4j.category.pamela.tracker=DEBUG |
27 |
|
|
#log4j.category.pamela.calorimeter=DEBUG |
28 |
|
|
|
29 |
|
|
# |
30 |
|
|
# Alternatively, one may enable the following lines and get the complete |
31 |
|
|
# debugging output into the logfile Yoda.log. |
32 |
|
|
# |
33 |
|
|
#log4j.rootCategory=DEBUG,file |
34 |
|
|
#log4j.appender.file.layout=org.apache.log4j.PatternLayout |
35 |
|
|
#log4j.appender.file.layout.ConversionPattern=%d %p %c %m%n |
36 |
|
|
#log4j.appender.file=org.apache.log4j.FileAppender |
37 |
|
|
#log4j.appender.file.fileName=Yoda.log |