Download List

Projeto Descrição

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.

2007-04-03 02:13 Back to release list
0.9.5

Esta versão corrige os métodos isInfoEnabled, isWarnEnabled e isErrorEnabled na classe ch.qos.logback.classic.Logger, que anteriormente não funcionar corretamente. O Logger.isXYZEnabled diversos (Marker) métodos de agora ter em conta o marcador informações passadas como parâmetros. Conforme discutido no bug 54, durante a inicialização automática, faz mais sentido para verificar primeiro para o logback arquivo test.xml, e somente se isso falhar para verificar 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