发布于 2016-12-10 00:22:18 | 512 次阅读 | 评论: 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.1.8 发布了。
更新内容:
Removed the two period safeguard, aka untouchable periods, for archive removal beyond the size specified by totalSizeCap in TimeBasedRollingPolicy
. It turns out the safegaurd is not required and is unexpected as attested by LOGBACK-1166
Fixed issue with Joran incorrectly reporting "Unexpected aggregationType AS_BASIC_PROPERTY_COLLECTION". This issue was raised in LOGBACK-1158
Gaffer (logback's groovy configurator) now supports the valueOf
convention. This issue was raised in LOGBACK-1232
The org.slf4j.impl.StaticLoggerBinder
class shipping in logback-classic no longer catches Throwable
but Exception
. This change was requested in LOGBACK-1159
BeanDescriptionFactory
no longer outputs a superflous warning message in case the class contains bridgger methods. This fixes LOGBACK-1164
下载地址: