Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version behebt einige Bugs.
This release fixes several bugs.

2011-11-12 01:00
1.0.0

Diese Version hat Bugfixes und kleine Verbesserungen, aber nichts Erde zerbrechen.
This release has bugfixes and small enhancements, but nothing earth shattering.

2010-03-25 20:19
0.9.19

Eine Reihe von coolen neuen Features wurden in dieser Veröffentlichung aufgenommen, vor allem Encoder und würdevollem Verwertung von IO Fehlern.
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

Diese Version ist hauptsächlich ein Wartungs-Update, dass einige Bugs behebt.
Tags: Major bugfixes
This version is mainly a maintenance release that
corrects several bugs.

2007-04-03 02:13
0.9.5

Diese Version behebt die Methoden isInfoEnabled, isWarnEnabled und isErrorEnabled im ch.qos.logback.classic.Logger-Klasse, die zuvor nicht korrekt zu funktionieren. Die verschiedenen Logger.isXYZEnabled (Marker) Methoden berücksichtigen jetzt die Markierung Informationen als Parameter übergeben. Wie in den Bug-54 diskutiert, während die automatische Initialisierung ist es sinnvoller, zunächst prüfen, für die logback test.xml-Datei, und nur, wenn dieser nicht für logback.xml überprüfen.
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