-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlog4cpp.properties
More file actions
25 lines (19 loc) · 841 Bytes
/
Copy pathlog4cpp.properties
File metadata and controls
25 lines (19 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Set root category priority to DEBUG and its only appender to A1.
log4j.rootCategory=ERROR, A4
# categories for Board Control
log4j.category.BoardControl=INFO, A4
log4j.category.BoardControl.additivity=false
# A1 is set to be a ConsoleAppender.
log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.BasicLayout
log4j.appender.A2=org.apache.log4j.RemoteSyslogAppender
log4j.appender.A2.syslogName=log4cppApp
log4j.appender.A2.syslogHost=localhost
log4j.appender.A2.facility=-1
log4j.appender.A2.portNumber=-1
log4j.appender.A2.layout=org.apache.log4j.BasicLayout
log4cpp.appender.A3=org.apache.log4j.Win32DebugAppender
log4cpp.appender.A3.layout=org.apache.log4j.BasicLayout
appender.A4=org.apache.log4j.FileAppender
appender.A4.fileName=smas2.log
appender.A4.layout=org.apache.log4j.BasicLayout