1 |
# SLF4J's SimpleLogger configuration file
|
1 |
# SLF4J's SimpleLogger configuration file
|
2 |
# Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err.
|
2 |
# Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err.
|
3 |
|
3 |
|
4 |
# Default logging detail level for all instances of SimpleLogger.
|
4 |
# Default logging detail level for all instances of SimpleLogger.
|
5 |
# Must be one of ("trace", "debug", "info", "warn", or "error").
|
5 |
# Must be one of ("trace", "debug", "info", "warn", or "error").
|
6 |
# If not specified, defaults to "info".
|
6 |
# If not specified, defaults to "info".
|
7 |
org.slf4j.simpleLogger.defaultLogLevel=debug
|
7 |
org.slf4j.simpleLogger.defaultLogLevel=warn
|
8 |
|
8 |
|
9 |
# Logging detail level for a SimpleLogger instance named "xxxxx".
|
9 |
# Logging detail level for a SimpleLogger instance named "xxxxx".
|
10 |
# Must be one of ("trace", "debug", "info", "warn", or "error").
|
10 |
# Must be one of ("trace", "debug", "info", "warn", or "error").
|
11 |
# If not specified, the default logging detail level is used.
|
11 |
# If not specified, the default logging detail level is used.
|
12 |
org.slf4j.simpleLogger.log.net.brutex.xservices=debug
|
12 |
org.slf4j.simpleLogger.log.net.brutex.xservices=info
|
13 |
|
13 |
|
14 |
# Set to true if you want the current date and time to be included in output messages.
|
14 |
# Set to true if you want the current date and time to be included in output messages.
|
15 |
# Default is false, and will output the number of milliseconds elapsed since startup.
|
15 |
# Default is false, and will output the number of milliseconds elapsed since startup.
|
16 |
org.slf4j.simpleLogger.showDateTime=true
|
16 |
org.slf4j.simpleLogger.showDateTime=true
|
17 |
|
17 |
|
18 |
# The date and time format to be used in the output messages.
|
18 |
# The date and time format to be used in the output messages.
|
19 |
# The pattern describing the date and time format is the same that is used in java.text.SimpleDateFormat.
|
19 |
# The pattern describing the date and time format is the same that is used in java.text.SimpleDateFormat.
|
20 |
# If the format is not specified or is invalid, the default format is used.
|
20 |
# If the format is not specified or is invalid, the default format is used.
|
21 |
# The default format is yyyy-MM-dd HH:mm:ss:SSS Z.
|
21 |
# The default format is yyyy-MM-dd HH:mm:ss:SSS Z.
|
22 |
#org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z
|
22 |
#org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z
|
23 |
|
23 |
|
24 |
# Set to true if you want to output the current thread name.
|
24 |
# Set to true if you want to output the current thread name.
|
25 |
# Defaults to true.
|
25 |
# Defaults to true.
|
26 |
#org.slf4j.simpleLogger.showThreadName=true
|
26 |
#org.slf4j.simpleLogger.showThreadName=true
|
27 |
|
27 |
|
28 |
# Set to true if you want the Logger instance name to be included in output messages.
|
28 |
# Set to true if you want the Logger instance name to be included in output messages.
|
29 |
# Defaults to true.
|
29 |
# Defaults to true.
|
30 |
org.slf4j.simpleLogger.showLogName=true
|
30 |
org.slf4j.simpleLogger.showLogName=true
|
31 |
|
31 |
|
32 |
# Set to true if you want the last component of the name to be included in output messages.
|
32 |
# Set to true if you want the last component of the name to be included in output messages.
|
33 |
# Defaults to false.
|
33 |
# Defaults to false.
|
34 |
org.slf4j.simpleLogger.showShortLogName=true
|
34 |
org.slf4j.simpleLogger.showShortLogName=true
|
35 |
|
35 |
|
36 |
Generated by GNU Enscript 1.6.5.90.
|
36 |
Generated by GNU Enscript 1.6.5.90.
|
37 |
|
37 |
|
38 |
|
38 |
|