Commit Graph
100 Commits
Author SHA1 Message Date
Robert Burrell Donkin d215df346d Moved optional distribution into contrib.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@356008 13f79535-47bb-0310-9956-ffa450edef68
2005-12-11 20:29:58 +00:00
Robert Burrell Donkin ae7e0b3157 Moved demonstration away from the main source directory to a holding area. The aim is to clean up the source distribution.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@355971 13f79535-47bb-0310-9956-ffa450edef68
2005-12-11 16:52:00 +00:00
Robert Burrell Donkin 5b27788079 Fixed version number.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@348290 13f79535-47bb-0310-9956-ffa450edef68
2005-11-22 23:31:17 +00:00
Robert Burrell Donkin 001f359d58 Workaround for buggy reflection. Thanks to Dennis Lundberg for discovering this problem.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@345332 13f79535-47bb-0310-9956-ffa450edef68
2005-11-17 21:39:26 +00:00
Robert Burrell Donkin 010135be0d Fixed broken link. Thanks to Ortwin Glück for spotting this problem.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@330625 13f79535-47bb-0310-9956-ffa450edef68
2005-11-03 20:32:34 +00:00
Robert Burrell Donkin 8878a2a0ff Added comments about dependencies.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@330384 13f79535-47bb-0310-9956-ffa450edef68
2005-11-02 23:39:37 +00:00
Robert Burrell Donkin d163dc0a8f Tweaked test to improve portability across JVMs. (Added sorting of resource to ensure known order.)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209642 13f79535-47bb-0310-9956-ffa450edef68
2005-07-07 20:16:25 +00:00
Robert Burrell Donkin dfc008fc82 Tweaked test to improve portability across JVMs. (Added sorting of resource to ensure known order.)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209633 13f79535-47bb-0310-9956-ffa450edef68
2005-07-07 18:59:21 +00:00
Robert Burrell Donkin 9e417f2e72 The tests need JUnit version 3.8 or higher to run.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209629 13f79535-47bb-0310-9956-ffa450edef68
2005-07-07 18:36:47 +00:00
Robert Burrell Donkin cbfc01a0ab Fixed bug in demonstration. Spotted by Simon Kitching.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@170992 13f79535-47bb-0310-9956-ffa450edef68
2005-05-19 20:42:12 +00:00
Robert Burrell Donkin cb2ddfd9cc Improved demonstration build by automatically cleaning. Contributed by Ceki Gülcü.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@170829 13f79535-47bb-0310-9956-ffa450edef68
2005-05-18 21:15:14 +00:00
Robert Burrell Donkin b6b750fc9c Added note about new, improved terminology coined by Mike Colbert.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@168173 13f79535-47bb-0310-9956-ffa450edef68
2005-05-04 19:29:01 +00:00
Robert Burrell Donkin 9ad236575b Corrected mistake in analysis. Thanks to Brian Stansberry.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@164642 13f79535-47bb-0310-9956-ffa450edef68
2005-04-25 20:37:28 +00:00
Robert Burrell Donkin d452378887 Changed site URL to minotaur
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@161686 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 19:49:26 +00:00
Robert Burrell Donkin b744f1e38e Improvements to the tech guide. Contributed by Brian Stansberry. Issue#34412.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@161682 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 19:31:59 +00:00
Robert Burrell Donkin 6133566a84 Added link to ceki's document
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@159142 13f79535-47bb-0310-9956-ffa450edef68
2005-03-27 08:53:34 +00:00
Robert Burrell Donkin 2aa2ad57f6 Demonstration/Proof of concept code. Contained is an analysis of common parent first and child first JCL use cases using convention context classloaders together with code that demonstrates the concepts involved.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@159106 13f79535-47bb-0310-9956-ffa450edef68
2005-03-26 15:16:28 +00:00
Robert Burrell Donkin 80ed7615b6 Added tech guide. This provides introductions to subjects such as classloading for expert users and developers.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@157339 13f79535-47bb-0310-9956-ffa450edef68
2005-03-13 16:21:42 +00:00
Robert Burrell Donkin 0721445959 Fixed innaccurate catch. Should catch all throwables to ensure graceful failure.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@156998 13f79535-47bb-0310-9956-ffa450edef68
2005-03-10 21:55:38 +00:00
Robert Burrell Donkin 23df003ef1 Improved javadocs for WeakHashTable. More readable explaination contributed by Simon Kitching.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@156689 13f79535-47bb-0310-9956-ffa450edef68
2005-03-09 21:13:21 +00:00
Robert Burrell Donkin 01f84f3a7c Added link to download location
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@156336 13f79535-47bb-0310-9956-ffa450edef68
2005-03-06 19:40:23 +00:00
Robert Burrell Donkin 6970b4e249 Updated status of 1.0.5 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@156335 13f79535-47bb-0310-9956-ffa450edef68
2005-03-06 19:28:37 +00:00
Robert Burrell Donkin d746ff0810 Added Log4JCategory into optional distribution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@153528 13f79535-47bb-0310-9956-ffa450edef68
2005-02-12 19:21:29 +00:00
Robert Burrell Donkin dc14a8cfcc Added overview for optional
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@153513 13f79535-47bb-0310-9956-ffa450edef68
2005-02-12 15:56:51 +00:00
Robert Burrell Donkin 769564ac45 Reverted some changes which broke backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@153511 13f79535-47bb-0310-9956-ffa450edef68
2005-02-12 14:56:21 +00:00
Robert Burrell Donkin 15ee1ee573 Added details of released versions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@153508 13f79535-47bb-0310-9956-ffa450edef68
2005-02-12 14:27:27 +00:00
Robert Burrell Donkin 6e2408d553 Updated HEAD version.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@153296 13f79535-47bb-0310-9956-ffa450edef68
2005-02-10 21:57:11 +00:00
Robert Burrell Donkin dc8bb733f2 Added subversion ignore for build.properties in optional
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151750 13f79535-47bb-0310-9956-ffa450edef68
2005-02-07 20:42:52 +00:00
Robert Burrell Donkin f87688012a Restricted warning message so that it is only displayed when the property has been set
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151748 13f79535-47bb-0310-9956-ffa450edef68
2005-02-07 20:36:53 +00:00
Robert Burrell Donkin 399b77bf20 Fixed link to class in optional distribution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151637 13f79535-47bb-0310-9956-ffa450edef68
2005-02-06 23:21:34 +00:00
Robert Burrell Donkin 6a1b8dda67 Added sample properties
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151635 13f79535-47bb-0310-9956-ffa450edef68
2005-02-06 23:04:59 +00:00
Robert Burrell Donkin 22cd970271 Ignore build.properties
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151634 13f79535-47bb-0310-9956-ffa450edef68
2005-02-06 23:04:34 +00:00
Robert Burrell Donkin 09534c54b7 Fixes for mavenized build. Hopefully, this should allow javedocs to be deployed to the website.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151633 13f79535-47bb-0310-9956-ffa450edef68
2005-02-06 23:02:34 +00:00
Robert Burrell Donkin e9761b9eb2 Now rely on 3.8.1 junit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151624 13f79535-47bb-0310-9956-ffa450edef68
2005-02-06 21:59:28 +00:00
Robert Burrell Donkin e5dae08b4f Documentation for improved memory management and optional jar. Contributed by Brian Stansberry. Issue no 31286.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151621 13f79535-47bb-0310-9956-ffa450edef68
2005-02-06 21:21:56 +00:00
Robert Burrell Donkin 5627a9fc8b Fixed bug in distribution build. Issue 33323. Contributed by Brian Stansberry.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@151619 13f79535-47bb-0310-9956-ffa450edef68
2005-02-06 19:44:27 +00:00
Robert Burrell Donkin f3a8b5787e Fixed references to nagoya
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139063 13f79535-47bb-0310-9956-ffa450edef68
2005-01-01 20:53:19 +00:00
Robert Burrell Donkin e7c56e483f Improved housekeeping and simplified code for WeakHashTable. Issue#31286. Submitted by Brian Stansberry.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139062 13f79535-47bb-0310-9956-ffa450edef68
2004-12-15 10:35:19 +00:00
Robert Burrell Donkin b4e92dcb66 Class level documentation. Contributed by Brian Stansberry
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139061 13f79535-47bb-0310-9956-ffa450edef68
2004-11-25 20:09:53 +00:00
Robert Burrell Donkin 00e49fe6cf Improved test cases for WeakHashMap classloading. Contributed by Brian Stansberry.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139060 13f79535-47bb-0310-9956-ffa450edef68
2004-11-22 22:50:51 +00:00
Robert Burrell Donkin a78b72ab6d Improvements to WeakHashTable. Values are now held with hard references and a reference queue is polled during a purge. Contributed by Brian Stansberry.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139059 13f79535-47bb-0310-9956-ffa450edef68
2004-11-17 23:23:22 +00:00
Robert Burrell Donkin 00b2ab86bf Added code to purge entries who references have been collected. Test contributed by Brian Stansberry.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139058 13f79535-47bb-0310-9956-ffa450edef68
2004-11-11 22:31:05 +00:00
Robert Burrell Donkin c24811762a Updated WeakHashtable so that the null handling symantics match the superclass. Unit test contributed by Brian Stansberry.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139057 13f79535-47bb-0310-9956-ffa450edef68
2004-11-11 21:43:43 +00:00
Robert Burrell Donkin 7a03f06584 LogFactory's Hashtable implementation (used to store LogFactoryImpl by classloader) can now be subclassed. This will default to WeakHashtable when this is present on the classpath, Hashtable otherwise. The implementation class can be specified by a system property. Based on a contribution by Brian Stansberry.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139056 13f79535-47bb-0310-9956-ffa450edef68
2004-11-10 23:00:47 +00:00
Robert Burrell Donkin 23e71e6d58 Added new optional subcomponent consisting of non-core implementations. Initial contents MemoryLog, a log implementation intended for use when unit testing. Issue #27663. Contributed by Joerg Schaible.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139055 13f79535-47bb-0310-9956-ffa450edef68
2004-11-04 23:03:59 +00:00
Robert Burrell Donkin b30b048bb7 Workaround for Java 1.2.2 compiler bug. Issue #31818.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139054 13f79535-47bb-0310-9956-ffa450edef68
2004-10-31 17:53:48 +00:00
Robert Burrell Donkin 433ad87cd1 Fix addressing null pointer when logging is loaded by boot classloader for JRE's that return a null classloader in this situtation. Issue #31710. Patch contributed by David Ferrero.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139052 13f79535-47bb-0310-9956-ffa450edef68
2004-10-17 09:14:10 +00:00
Robert Burrell Donkin 86b1ee0eab Improved test for log4j availability. Patch from issue #31597
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139051 13f79535-47bb-0310-9956-ffa450edef68
2004-10-17 09:02:48 +00:00
Robert Burrell Donkin ffe0b5f03b Added links to release documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139048 13f79535-47bb-0310-9956-ffa450edef68
2004-06-16 08:57:23 +00:00
Robert Burrell Donkin 6d1337e968 Added 1.0.4 to list of releases
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139047 13f79535-47bb-0310-9956-ffa450edef68
2004-06-16 08:57:03 +00:00
Robert Burrell Donkin 987d756a43 Updated version number
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139046 13f79535-47bb-0310-9956-ffa450edef68
2004-06-16 08:56:40 +00:00
Robert Burrell Donkin e0eb218b41 Changed wording so that it's suitable for release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139044 13f79535-47bb-0310-9956-ffa450edef68
2004-06-10 21:21:13 +00:00
Robert Burrell Donkin 7ff0fedc8d Fixed bad links in guide. Bug #29430 Thanks Tim :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139043 13f79535-47bb-0310-9956-ffa450edef68
2004-06-07 21:11:48 +00:00
Robert Burrell Donkin c61bf4c76d Java doc improvements. Patch contributed by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139042 13f79535-47bb-0310-9956-ffa450edef68
2004-06-06 21:16:04 +00:00
Robert Burrell Donkin 5e61a0932e Java doc improvements. Patch contributed by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139041 13f79535-47bb-0310-9956-ffa450edef68
2004-06-06 20:47:56 +00:00
Robert Burrell Donkin 3c8b37fd6b Updated release notes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139039 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 20:39:50 +00:00
Robert Burrell Donkin aff740f629 JavaDoc improvements
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139038 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 19:56:46 +00:00
Robert Burrell Donkin 1935991c3c Removed reports that aren't working very well at the momenet
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139037 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 19:56:02 +00:00
Robert Burrell Donkin 47caa63789 Improved organization and content of user guide
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139036 13f79535-47bb-0310-9956-ffa450edef68
2004-05-31 10:06:32 +00:00
Robert Burrell Donkin 943d0d602b Added notes about upcoming release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139035 13f79535-47bb-0310-9956-ffa450edef68
2004-05-30 10:41:51 +00:00
Robert Burrell Donkin d907e01f34 Added navigation to logging wiki page
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139034 13f79535-47bb-0310-9956-ffa450edef68
2004-05-30 10:41:27 +00:00
Robert Burrell Donkin ed0269ef72 New test case for simple log date time setting
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139033 13f79535-47bb-0310-9956-ffa450edef68
2004-05-30 10:32:25 +00:00
Robert Burrell Donkin 7e7bf1ad60 Removed unneccessary check introduced by myself.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139032 13f79535-47bb-0310-9956-ffa450edef68
2004-05-30 10:32:06 +00:00
Robert Burrell Donkin 4d10d0df0c Enhanced simple log so that the date and time can be set. Bugzilla issue #27528. Contributed by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139031 13f79535-47bb-0310-9956-ffa450edef68
2004-05-29 10:43:35 +00:00
Robert Burrell Donkin f3152683ee Added optional tests for Log4JLogger against 1.2.x
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139030 13f79535-47bb-0310-9956-ffa450edef68
2004-05-19 21:02:10 +00:00
Robert Burrell Donkin 3a7e975403 Modifications required to ensure Log4JLogger works with both 1.2.x and 1.3 Log4J. Submitted by Ceki Gulcu.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139029 13f79535-47bb-0310-9956-ffa450edef68
2004-05-19 21:01:23 +00:00
Robert Burrell Donkin d3ebabcd5d Altered test case so that it will work both with head and 1.2.x of Log4J.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139028 13f79535-47bb-0310-9956-ffa450edef68
2004-05-19 20:59:56 +00:00
Robert Burrell Donkin 444a6b2829 New test case which tests the executation of all the basic methods.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139027 13f79535-47bb-0310-9956-ffa450edef68
2004-05-19 20:58:52 +00:00
Robert Burrell Donkin 13d4fa5cc5 Removed old userguide. It's now replaced with version generated by maven.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139019 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 21:49:49 +00:00
Robert Burrell Donkin c350b20082 Changed build script so that the javadocs contain the license boilerplate and also that the NOTICE file is copied to the dist directory (as well as the LICENSE file).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139018 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 21:02:51 +00:00
Robert Burrell Donkin bb88e1999b Added missing end tags. Contributed by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139015 13f79535-47bb-0310-9956-ffa450edef68
2004-02-29 09:37:37 +00:00
Robert Burrell Donkin 7930ee6520 Moved license below xml declaration. Contributed by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139014 13f79535-47bb-0310-9956-ffa450edef68
2004-02-29 09:37:09 +00:00
Robert Burrell Donkin c83a3e1b5a Fixes for typos and speiling mistakes in the javadocs Contributed by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139007 13f79535-47bb-0310-9956-ffa450edef68
2004-02-28 17:54:14 +00:00
Robert Burrell Donkin 6ec31816e3 Corrections to documentation. Submitted by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139003 13f79535-47bb-0310-9956-ffa450edef68
2004-02-16 21:28:09 +00:00
Robert Burrell Donkin 0541ed8d99 Added fine logging logo created by Tim.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139002 13f79535-47bb-0310-9956-ffa450edef68
2004-02-15 10:53:25 +00:00
Robert Burrell Donkin 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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139001 13f79535-47bb-0310-9956-ffa450edef68
2004-02-15 10:28:56 +00:00
Robert Burrell Donkin 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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139000 13f79535-47bb-0310-9956-ffa450edef68
2004-02-15 09:39:17 +00:00
Robert Burrell Donkin 41c6d63086 Fixed some bad links. (Thanks to James Mitchell for the spot.)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138997 13f79535-47bb-0310-9956-ffa450edef68
2003-10-13 13:44:16 +00:00
Robert Burrell Donkin 4d51df78d4 Fixed typos in apache licenses
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138996 13f79535-47bb-0310-9956-ffa450edef68
2003-10-09 21:37:48 +00:00
Robert Burrell Donkin c81ff3807f Corrected licenses to match jakarta-commons standard.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138995 13f79535-47bb-0310-9956-ffa450edef68
2003-10-05 15:59:26 +00:00
Robert Burrell Donkin 482961e7b5 Modified build script so that user guide is copied into distribution.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138984 13f79535-47bb-0310-9956-ffa450edef68
2003-05-22 13:55:28 +00:00
Robert Burrell Donkin 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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138983 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 11:14:24 +00:00
Robert Burrell Donkin b1f47cf55f Fixed mistake I made with Avalon Framework version numbers. Submitted by Neeme Praks.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138982 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 10:47:56 +00:00
Robert Burrell Donkin 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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138981 13f79535-47bb-0310-9956-ffa450edef68
2003-05-07 16:23:36 +00:00
Robert Burrell Donkin dfd06ec619 Updated status with new optional dependency
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138980 13f79535-47bb-0310-9956-ffa450edef68
2003-05-07 16:20:49 +00:00
Robert Burrell Donkin 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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138979 13f79535-47bb-0310-9956-ffa450edef68
2003-05-07 16:02:20 +00:00
Robert Burrell Donkin 11c4638fda Improved documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138978 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 16:55:29 +00:00
Robert Burrell Donkin 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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138977 13f79535-47bb-0310-9956-ffa450edef68
2003-05-01 10:32:36 +00:00
Robert Burrell Donkin a9bd59d60a Updated to reflect 1.0.3 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138974 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 09:36:10 +00:00
Robert Burrell Donkin 3675338d7a Added version details for dependencies.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138972 13f79535-47bb-0310-9956-ffa450edef68
2003-04-06 21:18:35 +00:00
Robert Burrell Donkin 2faad3cd17 Preparations for 1.0.3 release
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138970 13f79535-47bb-0310-9956-ffa450edef68
2003-04-06 20:37:32 +00:00
Robert Burrell Donkin 4f6bc55f0e Added a FAQ entry about thread safety based on a paragraph suggested by John Yu.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138944 13f79535-47bb-0310-9956-ffa450edef68
2002-12-12 19:56:44 +00:00
Robert Burrell Donkin 4f4e1d7a3c Updated STATUS document with release information.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138919 13f79535-47bb-0310-9956-ffa450edef68
2002-09-27 18:39:12 +00:00
Robert Burrell Donkin 324af077b3 Corrected missing end tag in java doc comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138879 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 22:40:19 +00:00
Robert Burrell Donkin 7d2bb88e6c Improved java doc comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138843 13f79535-47bb-0310-9956-ffa450edef68
2002-01-24 19:02:35 +00:00
Robert Burrell Donkin fec6a9f72b Improved java doc comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138842 13f79535-47bb-0310-9956-ffa450edef68
2002-01-24 18:29:36 +00:00
Robert Burrell Donkin 731ec59f35 Updated documentation to reflect new Log interface
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138841 13f79535-47bb-0310-9956-ffa450edef68
2002-01-23 20:14:30 +00:00
Robert Burrell Donkin 6aa9386d49 Updated package documentation to reflect latest Log interface
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138840 13f79535-47bb-0310-9956-ffa450edef68
2002-01-22 22:10:45 +00:00
Robert Burrell Donkin 7d84a88865 Removed AbstractLog and associated test case, removed log level constants from Log interface, added renamed level constants to SimpleLog and fixed SimpleLog configuration bug
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138836 13f79535-47bb-0310-9956-ffa450edef68
2002-01-17 22:55:43 +00:00
Robert Burrell Donkin ea082c4cdc Added LogKitLogger documentation
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138831 13f79535-47bb-0310-9956-ffa450edef68
2002-01-08 21:35:10 +00:00