/[PAMELA software]/yoda/log4cxx.conf
ViewVC logotype

Annotation of /yoda/log4cxx.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5.0 - (hide annotations) (download)
Mon Aug 29 09:45:01 2005 UTC (19 years, 3 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA5_0/00, YODA5_0/01, YODA5_0/02
Changes since 4.4: +0 -0 lines
Starting form this version:
1) includes are defined with relative (not absolute) path respect to the YODA aplication
2) RegistryEvent class is foreseen to contain post-unpack data.

1 kusanagi 2.2
2 kusanagi 2.1 ##Eventually you can add more loggers using something like this below
3     #log4j.rootLogger=debug, A1, yourLogger1, yourLogger2
4    
5 kusanagi 2.2 #The details level are:
6     # tons of logs --> DEBUG, INFO, WARN, ERROR, FATAL <-- just a few
7    
8     #Set here the detail level for the standardOutput (the video)
9     log4j.rootLogger=ERROR, toStdout
10    
11     #----------------------------------------------------------------
12     #Uncomment ALL the "log4j" lines below to activate the file log
13     #Threshold is a bug fixed in the to-be-released 0.9.8 version
14     #log4j.appender.toFile.Threshold=INFO
15     #Set here the detail level for the output to file
16     #log4j.rootLogger=INFO, toFile
17    
18     #log4j.appender.toFile=org.apache.log4j.FileAppender
19 kusanagi 2.1
20 kusanagi 2.2 #Set here the path to your log file
21     #log4j.appender.toFile.File=putHereYourPath/YodaLog.log
22 kusanagi 2.1
23 kusanagi 2.2 #log4j.appender.toFile.layout=org.apache.log4j.PatternLayout
24     #log4j.appender.toFile.layout.ConversionPattern=%p %t %c - %m%n
25     #----------------------------------------------------------------
26    
27    
28     #----------------------------------------------------------------
29 kusanagi 2.1 # Below here you can define all the Appender and Layout for your custom Loggers
30     #log4j.appender.toStdout=org.apache.log4j.ConsoleAppender
31     #log4j.appender.toStdout.layout=org.apache.log4j.PatternLayout
32    
33 kusanagi 2.2 #Threshold is a bug fixed in the to-be-released 0.9.8 version
34     #log4j.appender.toStdout.Threshold=ERROR
35 kusanagi 2.1 # Pattern to output the caller's file name and line number.
36 kusanagi 2.2 #log4j.appender.toStdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
37     #----------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.23