From: Todd L. <trl...@ho...> - 2003-08-08 23:01:29
|
I see that Log::Dispatch::Email confers email message buffering, storing = up all logged messages until the buffer is flushed. A flush occurs upon = destruction of the appender object, and I don't see any explicit = flushing done by the Log::Dispatch::Email subclasses. This doesn't work so well for long-running programs or daemons. Is there = a way to control the buffering behavior of Log::Dispatch::Email through = the log4perl init() interface? Thanks for any help. Todd Lorenz |