gt;
Sent: Wednesday, February 20, 2002 9:08 AM
Subject: Re: Use of PropertyConfigurator
> Where must I call it? Is this ironic? :)
> If I call it in my code I get those annoying messages two times!! :)))
>
> There should be a way to avoid the PropertyConfigurator to call
> activate
option for the property file
that tells to the Configurator to NOT call activateOptions for an Appender?
- Original Message -
From: "T Master" <[EMAIL PROTECTED]>
To: "Log4J Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 4:46 PM
Subject:
Call :
appender.activateOptions();
:)
- Original Message -
From: "Marco Perrando" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 8:44 AM
Subject: Use of PropertyConfigurator
I need to initialize my log4j system by Property
I need to initialize my log4j system by PropertyConfigurator. I need a
RollingFileAppender, but I know the file name only at runtime (actually it's read from
a ServletContext - InitParameter value).
So I call PropertyConfigurator.configure and after I set the file manually with
((RollingFi