- 11
- 0
- 约1.59万字
- 约 26页
- 2017-06-10 发布于河南
- 举报
log4j实例及参数配置(国外英文资料)
log4j实例及参数配置(国外英文资料)
Log4j. RootLogger = info, file, console
Log4j. Appender. File = org. Apache
Log4j.appenders. File. File. File. File
. # log4j appenders. File. MaxFileSize = 4000 KB
. # log4j appenders. File. MaxBackupIndex = 10
Log4j. Appender. File.layout = org. Apache
Log4j.appender. File.layout
# log4j.appender. File.layout. ConversionPattern = % -d {yy/MM/dd HH: MM: ss}
log4j.appender
Log4j.appender. Console. Layout = org. Apache
Log4j. Appender. Console. Layout. ConversionPattern = % -d {yyyy/MM/dd HH: MM: ss, SSS}
Log4j.appender. File. DatePattern = yyymmdd.log
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Log4j. Use the properties
One. Parametric meaning
Type of output level
The ERROR, WARN, INFO, the DEBUG
ERROR is primarily a program ERROR for serious errors
WARN is a general warning, such as session loss
INFO is typically displayed for information such as login
DEBUG the DEBUG information for the program
Configure the log information output destination
Log4j. Appender. AppenderName = fully. Qualified
1.org.apache.log4j.ConsoleAppender (console)
2.org.apache.log4j.FileAppender (file)
3.org.apache.log4j.DailyRollingFileAppender (creating a log file every day)
4.org.apache.log4j.RollingFileAppender (the file size reaches the specified size and produces a new file)
5.org.apache.log4j.WriterAppender (sending the log information to any given location in stream format)
#
(1). ConsoleAppender options
Threshold = WARN: specifies the lowest level of output for the log message.
ImmediateFlush = true: the default value is true, means that all of the message will be output immediately.
Target = system.err: by default, system.out, specify the output console
(2).fileappender options
Threshold = WARN: specifies the lowest level of output for the log message.
ImmediateFlush = true: the default value is true, means that all of the m
您可能关注的文档
- C++第二章习题解答(国外英文资料).doc
- C8语言(国外英文资料).doc
- C++远程桌面程序(国外英文资料).doc
- CAD全部键盘指令加编程语言(国外英文资料).doc
- c++实现游戏外挂编写入门(国外英文资料).doc
- C++中Txt文件读取和写入(国外英文资料).doc
- c++小程序搜集(国外英文资料).doc
- CAD考证试题(国外英文资料).doc
- cad试题(国外英文资料).doc
- bind9安装配置(国外英文资料).doc
- 云南省涧南彝族自治县2026届中考三模数学试题含解析.doc
- 重庆市巫溪中学2026届中考三模生物试题含解析.doc
- 2026届甘肃省张掖市高台县重点名校中考数学模拟精编试卷含解析.doc
- 2026届重庆一中学中考生物最后冲刺浓缩精华卷含解析.doc
- 2026届江西省萍乡市安源区中考生物模试卷含解析.doc
- 2026届山东省曲阜师范大附属实验校中考生物考前最后一卷含解析.doc
- 山西省运城市垣曲县重点中学2026届中考生物考前最后一卷含解析.doc
- 湖北省谷城县达标名校2026届中考生物押题卷含解析.doc
- 2026届河南省三门峡市义马二中中考生物考试模拟冲刺卷含解析.doc
- 树立和践行正确政绩观重点纠治十种偏差问题对照查摆清单(100条).docx
原创力文档

文档评论(0)