305
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add the standard ( ? ) JDK1.3 'service provider' mechanism. It's usually better to use the standards ( if it makes sense ), and that's something that works well enough ( crimson, xerces, xalan, saxon, etc). More... over 23 years ago
Fix conditional compilation. The official distribution must include support for all loggers, for development it should be enough to have one. More... over 23 years ago
Added myself to the status. More... over 23 years ago
Fix the implementation in LogFactory and LogFactoryImpl so that it actually works as documented. More... over 23 years ago
Improvements to the new LogFactory APIs, based on feedback from Costin and Jon plus some additional thought about using it in a multi-class-loader environment (like Tomcat): More... over 23 years ago
Forgot to commit the new exception class. More... over 23 years ago
Add a new factory base class (LogFactory) and corresponding implementation (LogFactoryImpl) that is based on the principles of the JAXP API's approach to discovering SAXParserFactory and DocumentBuilderFactory instances. It addresses the technical concerns that Costin brought up in response to the original Commons Logging 1.0 vote. More... over 23 years ago
Update to reflect the move of the JDK14Logger class More... over 23 years ago
Removed impl classes as they have moved to impl now More... over 23 years ago
New import because of move More... over 23 years ago
Moved implementation classes to impl package, as per Costin M. More... over 23 years ago
Use Hashtable instead of HashMap, for JDK 1.1 compatibility, and to solve sync issues More... over 23 years ago
Update to add a trace() level to the Log interface. Currently uses debug() in Log4J and LogKit PR: Obtained from: Submitted by: Reviewed by: More... over 23 years ago
*** empty log message *** More... over 23 years ago
Correct the author attributions on the JDK 1.4 logging package wrapper. The code that this was based on was posted by Paulo Gaspar with a Java package name of "krankikom.log.*" -- not exactly rousing evidence of the fact that it came from Avalon. More... over 23 years ago
Updated JDK14Logger to use the FINE level instead of the FINEST level for debug. This way if commons-logging needs to define a lower level, it will be able to do so. I am thinking about this because JBoss has a TRACE level below debug. PR: Obtained from: Submitted by: Reviewed by: More... over 23 years ago
Release Notes for the release PR: Obtained from: Submitted by: Reviewed by: More... over 23 years ago
Updated the STATUS file to add myself as a comitter and to attribute Avalon and Log4J for the influence that they had on the interface impls. PR: Obtained from: Submitted by: Reviewed by: More... over 23 years ago
Update to remove unused try catch PR: Obtained from: Submitted by: Daniel Rall [[email protected]] Reviewed by: More... over 23 years ago
Improved java doc comments More... over 23 years ago
Improved java doc comments More... over 23 years ago
Updated documentation to reflect new Log interface More... over 23 years ago
Updated package documentation to reflect latest Log interface More... over 23 years ago
Add logkit.jar to "test.classpath" as well as "compile.classpath". More... over 23 years ago
Add convenience "all" and "off" levels to SimpleLog. More... over 23 years ago
Update hyperlinks in these two files. More... over 23 years ago
Removed AbstractLog and associated test case, removed log level constants from Log interface, added renamed level constants to SimpleLog and fixed SimpleLog configuration bug More... over 23 years ago
Implement the agreed-upon API changes for the commons-logging package. If the changes are too radical, I tagged things with "before_clean_up" to make it easy to go back. More... over 23 years ago
Make LogSource more applet-friendly by swallowing any security exception thrown when System.getProperty() is called. More... over 23 years ago
A few more tweaks to the STATUS file, add the MANIFEST.MF file for the META-INF directory of the JAR file. More... over 23 years ago