0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Level replaces Priority. More... about 24 years ago
New central class in the package. More... about 24 years ago
Initial attempt at renaming Category as Logger. As far as I can tell, it also preserves backward compatibility. More... about 24 years ago
The Priority class has been renamed to Level. Priority now extends Level for backward compatibility. Many classes have been modified to reflect the change. More... about 24 years ago
minor changes. More... about 24 years ago
test changes. PR: Obtained from: Submitted by: Reviewed by: More... about 24 years ago
Removed LogMager.getLogger(Class) More... about 24 years ago
Added isXXXEnabled methods for all levels. Renamed Logmanager#getDefault to LogManager.getLogManager() More... about 24 years ago
Initial check in. More... about 24 years ago
Added some javadoc comments to clarify some recent changes to the following methods: enable(Priority) getEnable() isDisabled(int) More... about 24 years ago
Javadoc patch by "Colin Sampaleanu" <[email protected]>. More... about 24 years ago
Minor changes. More... about 24 years ago
Added MDC support in AsyncAppender. More... about 24 years ago
Enclosed is a modified version of DOMConfigurator.java, based on the current CVS version 1.27. This modified version supports java.io.Reader objects in the method doConfigure(), instead of only InputStream. org.xml.sax.InputSource supports a constructor which takes a Reader object, so the change is very simple: More... about 24 years ago
FileAppender now compiles altough the code is totally untested. More... about 24 years ago
Introducing BufferedIO in FileAppender. More... about 24 years ago
Added some new frequently asked questions and answers. More... about 24 years ago
I forgot to mention Colin Sampaleanu <[email protected]> as a constributor. More... about 24 years ago
- Added new system property "log4j.configuratorClass". This property allows the user to specify the custom configurator at the default initialization phase. This property replaces the previous interpretation of the reference part of "log4j.configuration" as the custom configurator class. This interpretation was sometimes erroneous and caused headaches. [*] More... about 24 years ago
Changed the MDC class so that it will "work" under JDK 1.1. More... about 24 years ago
Doc changes More... about 24 years ago
PR: Obtained from: Submitted by: Reviewed by: More... about 24 years ago
- The Category.assert method has been replaced by Category.assertLog. This change was mecessary because assert is a language reserved word in JDK 1.4. [**] More... about 24 years ago
*** empty log message *** More... about 24 years ago
Preliminary javadocs. More... about 24 years ago
- Improved MDCStress.java More... about 24 years ago
Removed VersionHelper classes. Their functionality has been moved to the Loader class. More... about 24 years ago
Added missing helpers/ThreadLocalMap.java More... about 24 years ago
- PatternParser now takes 'X' as a conversion character. More... about 24 years ago
MDCStress.java is a small test case for MDC.java More... about 24 years ago