File: log4cpp.init

package info (click to toggle)
log4cpp 1.1.1-3~bpo8%2B2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,960 kB
  • sloc: sh: 9,583; cpp: 6,094; ansic: 1,049; makefile: 273
file content (8 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
# a simple test config
#
appender root basic console
priority root DEBUG
appender sub1 basic file sub1.log
#appender sub1 basic syslog log4cpptest
priority sub1.sub2 ERROR
appender sub1.sub2 pattern console The message %m at time %d%n