- Jun 21, 2010
-
-
Ceki Gulcu authored
-
- Jun 17, 2010
-
-
Ceki Gulcu authored
parameter from StringBuffer to StringBuilder. Since converters do not override this method, the change should not effect users with custom converters. - Added support for logback.groovy reload in ReconfigureOnChangeFilter
-
Ceki Gulcu authored
-
- May 25, 2010
-
-
Ceki Gulcu authored
-
- May 12, 2010
-
-
Ceki Gulcu authored
-
- May 08, 2010
-
-
Ceki Gulcu authored
-
http://jira.qos.ch/browse/LBCORE-151Ceki Gulcu authored
- removed previoulsy deprecated getFirstFilter() method in FilterAttachable interface
-
- Apr 01, 2010
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- preparing release 0.9.20
-
- Mar 29, 2010
-
-
Ceki Gulcu authored
- started to add if/then/else support in Joran - removed duplicate logback-examples/src/main/java/chapters/appenders/onJoran/ folder
-
- Mar 24, 2010
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Mar 23, 2010
-
-
Ceki Gulcu authored
- tests pass for PostgreSQL, Oracle 10, MySQL, H2, HSQL
-
Ceki Gulcu authored
fixing http://jira.qos.ch/browse/LBCLASSIC-198 (more tests to follow)
-
- Mar 18, 2010
-
-
Ceki Gulcu authored
-
- Mar 03, 2010
-
-
Sebastien Pennec authored
-
- Feb 18, 2010
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
code compiles but the test do NOT pass. To be considered as ongoing work.
-
- Feb 11, 2010
-
-
Ceki Gulcu authored
-
- Feb 01, 2010
-
-
Ceki Gulcu authored
a case insensitive way as specified in RFC 2616. This prevents compatibility issues, in particular with recent versions of Tomcat whcih store request header names in lower-case.
-
- Jan 28, 2010
-
-
Ceki Gulcu authored
found in DBAppenderTestFixture.java in the ch.qos.logback.access.db and ch.qos.logback.classic.db packages under src/test.
-
- Jan 26, 2010
-
-
Ceki Gulcu authored
automatically defined and added to the logger context. This value comes in handy in a variety of situations.
-
- Dec 04, 2009
-
-
Ceki Gulcu authored
- fixed http://jira.qos.ch/browse/LBSITE-35
-
- Dec 03, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
working with development done on Linux where the line endings is LF. This is still somewhat experimental.
-
- Dec 02, 2009
-
-
Ceki Gulcu authored
-
- Sep 19, 2009
-
-
Ceki Gulcu authored
-
- Aug 20, 2009
-
-
Ceki Gulcu authored
-
- Aug 11, 2009
-
-
Ceki Gulcu authored
-
- Aug 09, 2009
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Jul 30, 2009
-
-
Ceki Gulcu authored
-
- Jul 23, 2009
-
-
Ceki Gulcu authored
-
- Jul 15, 2009
-
-
Ceki Gulcu authored
-
- Feb 26, 2009
-
-
Ceki Gulcu authored
SDOAware interface has been removed. ILoggerEvent interface no longer extends SDOAware. Appenders which rely on serialization invoke the appropriate PreSerializationTransformer to obtain a serializable representation of the event they are processing.
-
- Feb 25, 2009
-
-
Ceki Gulcu authored
This fairly extensive commit in terms of the number of affected classes but relatively small conceptually. It is a refactoring of the LoggingEvent class. The LoggingEvent class now implements the ILoggingEvent interface which essentially contains getter methods with no setters. LoggingEvent is no longer serializable because the relavant serialization code has been moved into LoggingEventSDO. A LoggingEvent object now requires transformation into LoggingEventSDO object before serializaiton. LoggingEventSDO class implements the ILoggingEvent interface. SDO stands for Serialable Data Object. All logback-classic components, including appenders, layouts, converters now operate on ILoggingEvent instances. In other words, logback-classic module is now a specialized processing chain for ILoggingEvent objects, instead of LoggerEvent objects previously. The getStartTime method which was previously part of LoggingEvent has migrated to the Context interface. This change is a nice fit from a conceptual point of view. All tests pass. Performance is has not been degraded. In the future commits, the LoggerRemoteView may be renamed as LoggerSDO, and similarly, LoggerContextRemoteView as LoggerContextSDO.
-
- Feb 16, 2009
-
-
Ceki Gulcu authored
- to method to remove files is called "unlink" in perl
-
- Feb 12, 2009
-
-
Ceki Gulcu authored
Also added an FAQ entry about logback dependencies This fixes LBGENERAL-8
-