At 07:00 PM 4/1/2003 -0500, you wrote:
Thanks for the excellent example Ceki, it is exactly what I was looking for.

Glad to hear it.


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

No, it is not possible and there are no plans to support this in properties files the future.


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.

I think writing such support is possible but would probably involve a good deal of effort.


Thanks,
Ray

--
Ceki



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



Reply via email to