发布于 2017-03-17 04:01:42 | 122 次阅读 | 评论: 0 | 来源: 网友投递
logback 日志组件
Logback是由log4j创始人设计的又一个开源日志组件。logback当前分成三个模块:logback-core,logback- classic和logback-access。logback-core是其它两个模块的基础模块。logback-classic是log4j的一个 改良版本。此外logback-classic完整实现SLF4J API使你可以很方便地更换成其它日志系统如log4j或JDK14 Logging。logback-access访问模块与Servlet容器集成提供通过Http来访问日志的功能。
logback 1.2.22 更新内容:
AsyncAppender
no longer drops events when the current thread has its interrupt flag set. This issue was reported in LOGBACK-1247 by Jakob Bergendahl who also provided the relevant pull request.
Removed JMSQueueAppender
and JMSTopicAppender
. These appenders were undocumented and had no apparent users.
Remove comment in logback-classic's META-INF/services/javax.servlet.ServletContainerInitializer
file in order to keep Wildfly 8 happy. This issue was reported in LOGBACK-1265 by Andy Wilkinson.
FileSize.toString()
now reports files sizes in GB in addition to sizes in MB and KB and Bytes. This fixes issue LOGBACK-1278.
下载地址: