Thanks for the excellent example Ceki, it is exactly what I was looking for.

Is it possible to do the same with *.properties files? I tried the "natural" thing, but it didn't work:

log4j.properties
------------------------------------------------------------------------------
log4j.debug=true
log4j.appender.X=XAppender
log4j.appender.X.layout=org.apache.log4j.PatternLayout
log4j.appender.X.layout.ConversionPattern=%d %-5p %c - %m%n
log4j.appender.X.trigger=CountingTrigger
log4j.appender.X.trigger.limit=3
------------------------------------------------------------------------------

Based on your other emails today I suspect the answer is no but I thought I would make sure.

Thanks,
Ray


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to