Download List

프로젝트 설명

Logback is intended as a successor to the popular
log4j project, and was designed by log4j's founder, Ceki Gulcu. The basic architecture is sufficiently generic so as to apply under different circumstances. It is
divided into three modules. The Core module lays
the groundwork for the other two modules, whereas the Classic module can be assimilated to an improved version of log4j. It natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems, such as log4j or JDK14 Logging. The Access module integrates with Servlet containers to provide HTTP access log functionality. You can easily build
your own modules on top of the Core module.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-12 06:49
1.0.1

이 릴리스에 몇 가지 버그를 수정.
This release fixes several bugs.

2011-11-12 01:00
1.0.0

이 릴리스에 버그 수정 및 향상 된 작은, 하지만 아무것도 지구 산 산 조각.
This release has bugfixes and small enhancements, but nothing earth shattering.

2010-03-25 20:19
0.9.19

멋진 새로운 기능의 번호가이 릴리스에서 가장 주목할만한 인코더와 IO 오류로부터 복구 우아한 추가되었습니다.
A number of cool new features were added in this release, most notably encoders and graceful recovery from IO failures.

2008-03-27 16:59
0.9.9

이 버전에는 주로 몇 가지 버그가 수정 유지 보수 릴리스입니다.
Tags: Major bugfixes
This version is mainly a maintenance release that
corrects several bugs.

2007-04-03 02:13
0.9.5

이 릴리스에는 수정 방법 isWarnEnabled, isInfoEnabled 및 이전에 제대로 작동하지 못했습니다 ch.qos.logback.classic.Logger 수업에 isErrorEnabled. 다양한 Logger.isXYZEnabled (마커) 메소드를 현재 계정에 마커 정보를 매개 변수로 전달 가져가라. 버그로서 54에서 자동으로 초기화하는 동안 논의, 그것 logback를 먼저 확인을 해보 - test.xml 파일을, 그리고 그 경우에만 logback.xml 실패를 확인하기 위해 더 의미.
Tags: Major bugfixes
This release fixes the methods isInfoEnabled, isWarnEnabled, and isErrorEnabled in the ch.qos.logback.classic.Logger class, which previously failed to work correctly. The various Logger.isXYZEnabled(Marker) methods now take into account the marker information passed as parameters. As discussed in bug 54, during automatic initialization, it makes better sense to first check for the logback-test.xml file, and only if that fails to check for logback.xml.

Project Resources