Re: does log4j support wildcard

2010-11-29 Thread maven apache
1. log4j.appender.FILE=org.apache.log4j.FileAppender 2. log4j.appender.FILE.File={}/file.log where the is the wildcard 2010/11/30 Scott Deboy > Can you clarify what you mean specifically by 'wildcard'? > > Scott > > On Mon, Nov 29, 2010 at 3:32 AM, maven apache >wrote: > > > Hi:

Re: does log4j support wildcard

2010-11-29 Thread Scott Deboy
Can you clarify what you mean specifically by 'wildcard'? Scott On Mon, Nov 29, 2010 at 3:32 AM, maven apache wrote: > Hi: > Does log4j support wildcard? > > Is there a example? >

Re: Multiple expressions define in one ExpressionFilter?

2010-11-29 Thread Scott Deboy
I doubt there is much of a difference - that's something you would need to measure for yourself to answer. Scott On Mon, Nov 29, 2010 at 8:38 AM, Tech Newbie wrote: > Thanks. Is there any performance differences if I put multiple expressions > in one ExpressionFilter using using () as you desc

Re: Multiple expressions define in one ExpressionFilter?

2010-11-29 Thread Tech Newbie
Thanks.  Is there any performance differences if I put multiple expressions in one ExpressionFilter using using () as you described:       versus using multiple ExpressionFilter sections, each with one expression:             Thanks again. --- On Sat, 11/27/10, Scott Deboy

does log4j support wildcard

2010-11-29 Thread maven apache
Hi: Does log4j support wildcard? Is there a example?

RE: [SCL-4] Intercepting LoggingEvent

2010-11-29 Thread Bender Heri
Depends on the implementation of your renderer. The renderer is called only after log4j framework has decided that a logoutput will really occur, means that all checks on log levels of logger and appenders are already executed. Heri > -Original Message- > From: Mohan.Radhakrishnan [mailt