- May 29, 2007
-
-
Ceki Gulcu authored
- Preparing release 0.9.7. [1] http://bugzilla.qos.ch/show_bug.cgi?id=75 [2] http://bugzilla.qos.ch/show_bug.cgi?id=76
-
- May 24, 2007
-
-
Ceki Gulcu authored
- marking release 0.9.4 - a small improvement to ConverterTest
-
Ceki Gulcu authored
-
- May 22, 2007
-
-
Ceki Gulcu authored
-
- May 11, 2007
-
-
Ceki Gulcu authored
- Added LogbackException (extending RuntimeException) - Added a throws "LogbackException" to Appender.doAppend method These changes allow "transactional" logback modules, e.g. logback-audit to throw exceptions. Other best-effort modules may catch LogbackExceptios effectively hiding them from the user.
-
- May 10, 2007
-
-
Ceki Gulcu authored
-
- May 07, 2007
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
The autoConfig method in ContextInitializer class now throws a JoranException
-
Ceki Gulcu authored
-
- May 04, 2007
-
-
Ceki Gulcu authored
Fixing bug 70 involving the %throwable conversion word. http://bugzilla.qos.ch/show_bug.cgi?id=70
-
- May 03, 2007
-
-
-
Ceki Gulcu authored
Fix for bug report 63. Users can make call to log4j using log4j's TRACE level. TRACE is part of org.apache.log4j.Level and not o.a.l.Priority as it was introduced in log4j 1.2.12. See also http://bugzilla.qos.ch/show_bug.cgi?id=63
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Added trace methods to syncing with SLF4J version 1.4.0
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Fixed JMX related problem observed when running under JDK 1.4. For more details please see: http://marc.info/?l=logback-user&m=117766102225897&w=2
-
Ceki Gulcu authored
depend on SLF4J 1.4.0-SNAPSHOT (not yet released)
-
Ceki Gulcu authored
-
Ceki Gulcu authored
No commit message
-
Ceki Gulcu authored
improved docs
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 21, 2007
-
-
Ceki Gulcu authored
-
- Apr 13, 2007
-
-
Jean-Noel Charpin authored
SubTimeBasedRollingPolicy which was used to run the test faster has been deleted. Current time can now be set into TimeBasedRollingPolicy.
-
- Apr 05, 2007
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Apr 02, 2007
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- starting work on 0.9.6-SNAPSHOT
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- Contrary to previous versions of logback, the various Logger.isXYZEnabled(Marker) methods now take into account the marker information passed as parameter.
-
Ceki Gulcu authored
- Renamed LoggerTest as TurboFilteringInLoggerTest - Fixed serious bugs in isXYZEnabled methods as reported in http://www.slf4j.org/pipermail/user/2007-April/000319.html
-
- Mar 30, 2007
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Sebastien Pennec authored
-
Jean-Noel Charpin authored
Renamed TimeBasedRollingPolicyTest to SubTimeBasedRollingPolicy so that it is not mistaken for a test case.
-
Jean-Noel Charpin authored
We call a subclass of TimeBasedRollingPolicy and inject time to trigger the rollover.
-