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:
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?
>
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
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
Hi:
Does log4j support wildcard?
Is there a example?
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