Takacs Bence-2 wrote: > > What if I make my own LifeSignAppender, which is not a real logger but > has a Time parameter, and runs Threads which measure time, and if the > Time is up, throw an ERROR level log? However, could an appender throw a > log message? >
make your LifeSignAppender extend SMTPAppender and if your timer is fireing call: super.append(LoggingEvent event); -- View this message in context: http://www.nabble.com/lifesigns-tf2114865.html#a5922183 Sent from the Log4j - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
