Commit Graph
28 Commits
Author SHA1 Message Date
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
Robert Burrell Donkin bac9c212f3 LogKit wrapper initial commit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138830 13f79535-47bb-0310-9956-ffa450edef68
2002-01-07 23:06:10 +00:00
Robert Burrell Donkin 09277f80cb Added link to java doc comments (so that it's easier to find the method description)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138828 13f79535-47bb-0310-9956-ffa450edef68
2002-01-05 15:55:00 +00:00
Robert Burrell Donkin fc43c73d7d This class now inherits from AbstractLog and log level checking is enforced
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138825 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 19:00:19 +00:00
Robert Burrell Donkin 18ee959b10 Same implementation but added long license and java doc comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138824 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 18:58:00 +00:00
Robert Burrell Donkin 6faf1a6587 Same interface but added long license and java doc comments
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138823 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 18:54:29 +00:00
Robert Burrell Donkin dea4a74d36 Added note about junit property (for running test cases)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138822 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 18:53:21 +00:00
Robert Burrell Donkin 5b72a5551e Abstract log implementation initial commit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138821 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 18:52:25 +00:00
Robert Burrell Donkin 5be574e6f0 Log levels test case initial commit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138820 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 18:49:27 +00:00
Robert Burrell Donkin dd4e6015c3 Initial commit of log implementation used for testing
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138819 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 18:48:41 +00:00
Robert Burrell Donkin 80e21a7d1d Logging test suite initial commit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138818 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 18:47:09 +00:00
Robert Burrell Donkin 13148bb70f Logging status file initial commit
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138817 13f79535-47bb-0310-9956-ffa450edef68
2002-01-03 18:45:27 +00:00