- Nov 04, 2008
-
-
Ceki Gulcu authored
run on older JDKs we make JDK 1.6 a requirement for running the DBAppenderIntegration tests.
-
Ceki Gulcu authored
We now use sqljdbc4. (note the suffix 4)
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Nov 03, 2008
-
-
Ceki Gulcu authored
loop len of 10'000 is already pretty long
-
Ceki Gulcu authored
Related to LBCLASSIC-54 Mopping up refactoring of turbo filters
-
Ceki Gulcu authored
-
- Nov 02, 2008
-
-
Ceki Gulcu authored
-
- Nov 01, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
- Heavy refactoring of TurboFilters TurboFilters are now collected in a CopyOnWriteArrayList which is ensures safe access even if the turbo filter list is modified during the lifetime of the application Added test cases to ensure that performance does not degrade in an uncontrolled fashion More cleaning up to follow
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Oct 31, 2008
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
between successive runs
-
- Oct 30, 2008
-
-
Ceki Gulcu authored
-
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
-