Class Summary |
AlternateSMTPAppender |
An alternative of org.apache.log4j.net.SMTPAppender with few differences:
allow customizing the mail subject using a pattern
can be configured with a timeout (in seconds), it will only send messages after this timeout
it will send a mail for every single message (bufferSize is not supported), but it will aggregate any identical
log event received during the timeout. |
DynamicSubjectSMTPAppender |
Deprecated. use it.openutils.log4j.AlternateSMTPAppender which has this and other features |
EnhancedDailyRollingFileAppender |
Enhanced version of standard DailyRollingFileAppender that allow moving rotated files to a different directory. |
FilteredPatternLayout |
An extension of org.apache.log4j.PatternLayout which strips out from stack traces a list of configured
entries. |
Log4jConfigurationServlet |
A servlet used to dynamically adjust package logging levels while an application is running. |