ceki 2004/12/16 10:14:01
Modified: docs HISTORY.txt
Log:
SMTPAppender now uses its logger to report errors. It moves away from using a
generic errorHandler.
The new pattern for hadnling error is:
in activateOptions() error conditions are logged and an
IllegalStateException is thrown.
in append() method error conditions are checked but no logging occurs.
Revision Changes Path
1.23 +0 -2 logging-log4j/docs/HISTORY.txt
Index: HISTORY.txt
===================================================================
RCS file: /home/cvs/logging-log4j/docs/HISTORY.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- HISTORY.txt 15 Dec 2004 21:21:37 -0000 1.22
+++ HISTORY.txt 16 Dec 2004 18:14:01 -0000 1.23
@@ -18,8 +18,6 @@
- Fixed Bugzilla 18076: setting of firstTime in OnlyOnceErrorHandler. [*]
- - Fixed Bugzilla 13900: SMTPAppender doesn't use errorHandler when sending
error occurs. [*]
-
- Implemented Bugzilla 20985: charset support for SMTPAppender [**]
- Implemented Bugzilla 20500: separate registry clearing from doConfigure
in PropertyConfigurator
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]