- Oct 30, 2008
-
-
Ceki Gulcu authored
- added a performance test on LoggingEvent serialization
-
Ceki Gulcu authored
Lazy initialization of formattedMessage as suggested in LBCLASSIC-47
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Fixes LBCLASSIC-49 The getLogger() method in LoggerContext class will now throw an IllegalArgumentException when invoked with a null argument.
-
Ceki Gulcu authored
- fixed LBCORE-21, TimeBasedRollingPolicy will now check at initialization time to see if an existing target file needs to be rolled over - further refactoring of TimebasedRollingPolicyTest
-
Ceki Gulcu authored
-
- Oct 29, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
The writer field in WriterAppender has been marked as private, as suggested by Anders Hammar in LBCORE-34
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Making BasicStatusManager more sub-class friendly
-
Ceki Gulcu authored
Added a setter for the StatusManager.
-
Ceki Gulcu authored
- copyright notices
-
Ceki Gulcu authored
- documentation on status listeners
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- added copyright notice
-
Ceki Gulcu authored
Setting a message size limit of 256K.
-
Ceki Gulcu authored
LevelToSyslogSeverity.convert method did not cover the TRACE level.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
This should make the code a somewhat clearer
-
Ceki Gulcu authored
In StackTracementElement proxy, the setPackageInfo method was renamed as setClassPackagingData for consistency. The steAsString field marked as transient to save a few byte during serialization (we can reconstruct this field from 'ste')
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- added an entry about logger deserialization (related to LBCLASSIC-74 )
-
- Oct 28, 2008
-
-
Ceki Gulcu authored
Make ch.qos.logback.classic.Logger instances deserialize with a valid LoggerContext reference. This is accomplished by the readResolve() method which returns a Logger generated by org.slf4j.LoggerFactory which may or not be using the correct LoggerContext. However, that is probably the best we can do at that stage. Associated test case.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Fixed LBCORE-43 Properties can be read from a resource as well as file or "key/value" pairs.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
On application which do not put data in the MDC, the CopyOnInheriteThreadLocal would throw a NullPointerException.
-
http://jira.codehaus.org/browse/MNG-2045Ceki Gulcu authored
Given dependencies on test-jar logback could not be build as 'mvn package' from a pristine local repository. One had to 'mvn install' first.
-
- Oct 27, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-