|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.TriggeringEventEvaluator
that will trigger
on events with level ERROR or higher.
evaluator
passed as parameter as the TriggeringEventEvaluator
for this SMTPAppender.
Logger
s and an option to change their respective logging levels.
Logger
's level, then call doGet
to refresh the page.
DailyRollingFileAppender
and open the file designated by filename
.
org.apache.log4j.PatternLayout
which strips out from stack traces a list of configured
entries.SMTPAppender
requires a layout
.
SimpleDateFormat
.
TriggeringEventEvaluator
interface.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |