- Aug 27, 2008
-
-
Ceki Gulcu authored
Missing file
-
- Aug 26, 2008
-
-
Ceki Gulcu authored
Not not all PatternLayout instances need to have a ThrowableInformationConverter added at the end of the converter chain by the postCompileProcessing() method. With this commit, post compile processing code has been moved to an interface. By default, PatternLayouts that ship with logback have a default post compile processor. However, it is now very easy to set processor to null. We now test SMTPAppender using GreenMail. Problem described in LBCLASSIC-67 is reproduced in tests but not yet fixed.
-
- Aug 25, 2008
-
-
Ceki Gulcu authored
Documentation improvements many of which have been proposed by Anton Tagunov.
-
- Aug 24, 2008
-
-
Ceki Gulcu authored
Add references to SLF4J in the manual, so that new users have an easier time to find it.
-
- Aug 23, 2008
-
-
Ceki Gulcu authored
Chapter3 has been split into two parts, the fist part on logback configuration and a second part on Joran as a standalone framework
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- ExecutionContext class has been renamed as InterpretationContext a few months ago. Syncing the docs. - ongoing work on the documentation
-
- Aug 22, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Aug 21, 2008
-
-
Ceki Gulcu authored
The previous syntax is still honored but it will no longer be documented. - ongoing work on the docs
-
- Aug 20, 2008
-
-
Ceki Gulcu authored
really skip over children when an error occurs. In the previous version of the code, we would skip over invoking the action but would still try to find actions for the event. In this revision, we skip over the event as a whole, in particular we no longer look up actions for it. In practical terms, this just avoids adding error statuses for not found implicit actions.
-
- Aug 19, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Since we now only support skipping children, removed the SkipCode enumeration from the code. Added test cases making sure that the bug was corrected.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Simplifying the Joran's logic in case of errors within actions. In case of a failing action, Joran skip the children of the event associated with the action. In practice, this was already the case. However, with this commit, we are formally dropping support for SKIP_SIBLINGS. Test cases will follow
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
other modules, i.e. logback-classic - FruitShell code is intended to test Joran's replay capability. Thus the various config files have been moved under src/test/input/joran/replay
-
- Aug 16, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
It's static methods have become instance methods with their first argument (a LoggerContext) removed. This leads to very slightly simpler code.
-
- Aug 14, 2008
-
-
Ceki Gulcu authored
- added chapter numbering by CSS (firefox only)
-
Ceki Gulcu authored
-
- Aug 10, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Aug 09, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- simplification of LoggerStatusPrinter - improvements to documentation
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Given that GPL+classpath exception is rejected in the same way as LGPL by those requesting for a licensing change, there is no need for change if the end result is the same.
-
Ceki Gulcu authored
-
- Aug 08, 2008
-
-
Ceki Gulcu authored
-
- Aug 07, 2008
-
-
Ceki Gulcu authored
- unit testing addition of status listener by logback.statusListenerClass system property
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- Setting the logback.statusListenerClass system property to the name of a StatusListener class will automatically instantiate an instance of that class and register will the StatusManager currently in use by the logger context. By convention, SYSOUT represents a shorthand for ch.qos.logback.core.status.OnConsoleStatusListener - documentation to follow
-