File: test_multithread.conf

package info (click to toggle)
zlog 1.2.18-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,224 kB
  • sloc: ansic: 7,691; makefile: 266; sh: 54
file content (14 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[levels]
TRACE = 10, LOG_DEBUG
SECURITY = 150, LOG_ALERT
[formats]
simple = "%d(%m%d%H%M%S).%us %-6c %-10V [%06k] %m%n"
security = "%d(%m%d%H%M%S).%us %-6c [%-8V] %m%n"
developer = "%d(%m%d%H%M%S).%us %-6c %-10V [%t] %F(%L)/%U() - %m%n"
csv = "%d.%ms;%m%n [%08t] [%T] [%06k] "
[rules]
clsn.ERROR >stdout; developer
high.ERROR >stdout; security
main.* >stdout; simple
main.* "./test_multithread-logs.txt"; simple
thrd.* "./test_multithread-logs/threadslog.csv", 20KB * 30 ~ "./test_multithread-logs/threadslog#r.csv"; csv