File: log4j-manual-3.conf

package info (click to toggle)
liblog-log4perl-perl 1.07-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,456 kB
  • ctags: 418
  • sloc: perl: 4,972; sh: 29; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Derived from the Log4j manual at
# http://jakarta.apache.org/log4j/docs/manual.html

log4j.rootLogger=DEBUG, stdout, R

log4j.appender.stdout=Log::Log4perl::Appender::TestBuffer
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

# Pattern to output the caller's file name and line number.
log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n

log4j.appender.R=Log::Log4perl::Appender::TestBuffer
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=%p %t '%c' - %m%n