- Oct 29, 2008
-
-
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
-
Ceki Gulcu authored
- Added blurb on LBCORE-32 - various updates to news.html
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- In DynamicThresholdFilter, renamed the OnMatch as OnHigherOrEquals, and OnMismatch as OnLower, while the new names may not be perfect, I think they are better than the old ones. - updated javadocs - added copyright notice
-
Ceki Gulcu authored
-
Ceki Gulcu authored
Strictly speaking, there is no need for copy-on-spawn because every change in the MDC already results in a copy of the hash map. Nevertheless, this change makes it easier for readers of the code to follow it. An external observer should not be able to tell the difference between the old and the new code.
-
Ceki Gulcu authored
-
- Oct 24, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- doing integration tests with various databases for logback-access
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Oct 23, 2008
-
-
Ceki Gulcu authored
the tests to pass). Disabling the failing testDurationOfEnabledLog test on Linux.
-
Ceki Gulcu authored
Using ReadWriteLock with the hope of improving performance.
-