a1b55ec925
Factor the actual writing out of log() into a new write() method so that subclasses can easily specialize this function, without having to specialize the creation of the message to be written.
Craig R. McClanahan2004-03-01 02:12:48 +00:00
7930ee6520
Moved license below xml declaration. Contributed by Dennis Lundberg.
Robert Burrell Donkin2004-02-29 09:37:09 +00:00
af56b24b58
Update release notes for all the changes (so far) to be included in a commons-logging 1.0.4 release. Tweak documentation to reflect the availability of two new Log implementations (Avalon Framework and LumberJack).
Craig R. McClanahan2004-02-28 23:20:57 +00:00
ef2a5e4383
Finish migration to the new Apache License (version 2.0): * Add updated LICENSE.txt and new NOTICE.txt files. * Add license header to currently unlicensed text files (html, xml, properties).
Craig R. McClanahan2004-02-28 22:10:53 +00:00
514f666482
Phase 1 of updating [logging] to the Apache License version 2.0. Executed the "ReplaceLicense" utility in the committers module. Individual cleanups and the addition of licenses to currently unlicensed files will follow in a separate commit.
Craig R. McClanahan2004-02-28 21:46:46 +00:00
c83a3e1b5a
Fixes for typos and speiling mistakes in the javadocs Contributed by Dennis Lundberg.
Robert Burrell Donkin2004-02-28 17:54:14 +00:00
028cb876a4
Added maven build (aimed at documentation). This isn't totally satisfactory (for example, I've stripped out the unit tests) and the user guide formatting isn't brilliant. But i feel that i want to be able to get some feedback and there are some other priorities. i'll try to get to this work later.
Robert Burrell Donkin2004-02-15 10:28:56 +00:00
400cb6b6ec
Added maven build (aimed at documentation). This isn't totally satisfactory (for example, I've stripped out the unit tests) and the user guide formatting isn't brilliant. But i feel that i want to be able to get some feedback and there are some other priorities. i'll try to get to this work later.
Robert Burrell Donkin2004-02-15 09:39:17 +00:00
63f5caa8d3
Moving extension of global project.xml to ../commons-build/project.xml on those project.xml files which originally had it in place.
Mark R. Diggory2004-02-10 19:15:05 +00:00
2db31c969e
Remove "final" declaration on the Log implementations that still have it (SimpleLog was already non-final) so that developers can subclass to specialize the existing behavior.
Craig R. McClanahan2003-10-02 16:17:57 +00:00
27c9920b42
Correct a usage example in the Package Description javadocs.
Craig R. McClanahan2003-08-16 23:46:31 +00:00
a4eb04167c
Add support for Lumberjack (a project that supports JSR-47 compatible logging on a JDK 1.2 or JDK 1.3 system).
Craig R. McClanahan2003-08-16 22:35:16 +00:00
e7c2d81417
Make the remaining non-deprecated Log implementations also implement Serializable, and enhance the unit tests for JDK 1.4 an Log4J logging to validate the ability to deserialize and use such instances.
Craig R. McClanahan2003-08-16 21:58:59 +00:00
5ac51cd843
Make SimpleLog more friendly to the security manager in an applet environment, by swallowing any security exceptions when looking up system properties that are not accessible.
Craig R. McClanahan2003-07-15 15:47:38 +00:00
482961e7b5
Modified build script so that user guide is copied into distribution.
Robert Burrell Donkin2003-05-22 13:55:28 +00:00
7539845c43
Made implementation of AvalonLogger more robust (avoiding NPEs when nulls are passed in) together with a testcase. Improved build by compiling tests for only those optional components whose dependencies are present. Submitted by Neeme Praks.
Robert Burrell Donkin2003-05-14 11:14:24 +00:00
b1f47cf55f
Fixed mistake I made with Avalon Framework version numbers. Submitted by Neeme Praks.
Robert Burrell Donkin2003-05-14 10:47:56 +00:00
3de4f334c8
Added AvalonLogger which wraps the logger used by the Avalon framework. Also added an optional dependency on avalon-framework.jar. Added better warnings to build about which loggers are going to be created. Submitted by Neeme Praks.
Robert Burrell Donkin2003-05-07 16:23:36 +00:00
d618afdfc9
Added AvalonLogger which wraps the logger used by the Avalon framework. Also added an optional dependency on avalon-framework.jar. Added better warnings to build about which loggers are going to be created.
Robert Burrell Donkin2003-05-07 16:02:20 +00:00
d8abaeb2b5
Improved error handling. Added custom message when the configured LogFactory implementation does not extend LogFactory. This should make it easier to diagnose when a user has made a mistake in the logging configuration, for example by setting LogFactory to a Log implementation.
Robert Burrell Donkin2003-05-01 10:32:36 +00:00
8d5b06149b
Eliminate reference to log4j from manifest classpath
Richard A. Sitze2003-04-17 15:13:01 +00:00
d5f08a7710
Remove unnecessary test constructors, let run with my archaic version of JUnit.
Richard A. Sitze2003-04-10 22:40:37 +00:00
b25ab60184
Update release notes for a proposed 1.0.3 release of Commons Logging.
Craig R. McClanahan2003-04-04 02:49:10 +00:00
c2f6f68394
Per discussion on COMMONS-DEV and bug reports 17561 and 17894, deprecate the "proxy log factory" class o.a.c.l.impl.Log4jFactory (which didn't really accomplish any functional purpose), and remove from LogFactoryImpl the creation and use of a proxy instance.
Craig R. McClanahan2003-04-02 01:53:04 +00:00
a6ec91bec0
Remove attempt to configure the root logger if it has not been done so.
Craig R. McClanahan2003-04-02 01:29:38 +00:00
7c71a7d917
Wrapper: - Refactor the setup of class loaders so that it is clearer what is going on - For the Log4J tests, add the custom Appender implementation to whichever class loader Log4J is put in - Set and reset the thread context class loader to more accurately simulate the environment of a servlet container.
Craig R. McClanahan2003-04-02 00:50:49 +00:00
5347bd9e55
Copy LICENSE.txt file into distribution, and make sure it is included in the JAR files, without going to the directory above the top-level directory. This will make it easier to build commons-logging from source distros.
Craig R. McClanahan2003-03-31 00:38:22 +00:00
c12099176f
If we are not going to log the message anyway, do not waste the effort to create a Throwable and figure out the calling class and method stuff.
Craig R. McClanahan2003-03-31 00:27:08 +00:00
b3039e1bbf
When copying MANIFEST.MF files for the JAR files, use the one that has already been filtered to get the right version number in it.
Craig R. McClanahan2003-03-31 00:20:19 +00:00
27559f2f8c
Cosmetic changes, and correct copyright dates. Add simple overview with pointer to the real documentation, and a package.html for the o.a.c.l.impl package. Bring various documentation points up to date with the actual current functionality.
Craig R. McClanahan2003-03-30 23:42:36 +00:00
e462bae3af
Add basic tests for Log4J. Still need to add the multi-classloader scenarios.
Craig R. McClanahan2003-03-30 05:22:50 +00:00
4ed6819dc3
Add test scenarios where two levels of class loader hierarchies are created - one exactly like the default configuration of Tomcat 4.1 (with c-l placed inside the webapp) and one where you put c-l in the parent class loader (in place of commons-logging-api.jar) so webapps do not have to.
Craig R. McClanahan2003-03-30 02:30:37 +00:00
916223fc8d
Add a more thorough set of unit tests for using JDK 1.4 logging. Right now, the tests run when everything is in the system class loader -- need to add execution wrappers for two-tier class loaders where:
Craig R. McClanahan2003-03-29 22:04:54 +00:00
cf2cfe7196
Avoid breaking the build when a developer has "commons-logging.jar" set in a build.properties file already.
Craig R. McClanahan2003-03-17 03:24:14 +00:00
21932779c8
Added tests for class loading, no problems detected in "common" use cases
baliuka2003-03-01 09:55:07 +00:00
7b532cd48c
Update the build process to skip all the Log4J implementation classes if Log4J is not present.
Craig R. McClanahan2003-02-01 04:29:05 +00:00
f7faef2426
Change the class used to detect whether JDK 1.4 is installed from "java.util.logging.Logger" to "java.sql.Savepoint". This means that a JDK 1.3 JVM with an alternative JSR-47 (logging jsr) implementation available will not be mis-identified as a JDK 1.4 system.
Craig R. McClanahan2003-02-01 04:11:03 +00:00
9e8e6b4991
Upgraded the dependency from 1.1.3 to 1.2.6. Possibly it ought to move to 1.2.7, but I'm unable to confirm if Maven has that in the repository at the moment.
Henri Yandell2003-01-24 18:39:53 +00:00
9f33f5482d
Experimentally add a release(ClassLoader) method that lets, for example, a webapp clean up references to any LogFactory, and associated Log instances, that are associated with its class loader.
Craig R. McClanahan2002-12-18 07:20:50 +00:00
d256cb00f7
More doPriv's around ClassLoader.loadClass and Class.forName
Richard A. Sitze2002-12-13 16:48:06 +00:00
7117827bcb
Fix getResourceAsStream security violations with doPriv.
Richard A. Sitze2002-12-12 20:29:16 +00:00
4f6bc55f0e
Added a FAQ entry about thread safety based on a paragraph suggested by John Yu.
Robert Burrell Donkin2002-12-12 19:56:44 +00:00
6daa5b9439
Duh. Different take on this - why do we preload in the first place? New methods check System & local properties directly.
Richard A. Sitze2002-12-12 19:49:30 +00:00
b122313d94
1. Wrapped System.getProperties with doPrivileged. 2. Moved catch. If System properties cannot be loaded, then don't abandon effort, but go on to loading properties file.
Richard A. Sitze2002-12-12 19:23:34 +00:00
2783ad6bc1
Deprecte Log4JCategoryLog (because Log4J has deprecated o.a.l.Category), and replace it with a new Log4JLogger implementation that wraps an o.a.l.Logger instance instead.
Craig R. McClanahan2002-11-23 03:49:40 +00:00
e0be9b7850
Add a getCategory() method that returns the underlying Log4J Category instance, analogous to the getLogger() method on JDK14Logger.
Craig R. McClanahan2002-11-23 03:25:33 +00:00
03645a6b4a
Update remaining documentation that says the default Log implementation is NoOpLog. It was changed to SimpleLog a while back.
Craig R. McClanahan2002-11-23 03:07:58 +00:00
4453cfb4fa
Avoid name clashes on local property names "commons-logging-api.jar" and "commons-logging.jar" which will not work correctly for any developer who has such properties defined in a "${user.home}/build.properties" file.
Craig R. McClanahan2002-10-28 00:41:29 +00:00
8daf0f8bce
A small change that allows the quick build of commons-logging jars.
Costin Manolache2002-10-24 18:26:21 +00:00
41a175c6bd
typo - slap me for not building/testing after EVERY minor change..
Richard A. Sitze2002-10-19 17:38:06 +00:00
3a5b034cef
- code cleanup, refactoring, and corrected a few undiscoved bugs.. - Bugzilla 13157 - Log4j takes undue precedence over Log override.
Richard A. Sitze2002-10-19 17:25:18 +00:00
f76f188696
Dump stack trace through logger, not stdout (preservers sequence of buffered output).
Richard A. Sitze2002-10-19 17:19:05 +00:00
dfcf03ab41
- Added new LogTest that exercises factory - log statements now show implementation class (helpfull for visual verification that expected logger was found).
Richard A. Sitze2002-10-19 17:14:26 +00:00
03368dd582
Bugzilla Defect 10825 [thanks for the patch & the education!] Added real text & exceptions to tests.. it's harder to read :-(
Richard A. Sitze2002-10-17 23:00:04 +00:00
fd531862b1
Adding self as contributor.. only thing new here is updating the doc.
Richard A. Sitze2002-09-25 22:06:19 +00:00
5b662d1710
Correct 2 problems: 1. getContextClassLoader is priviledged, protect for J2EE environs. 2. getContextClassLoader can & does return null. Code wasn't checking for this properly.
Richard A. Sitze2002-08-30 03:23:34 +00:00