On Sat, Feb 24, 2001 at 03:15:03PM +0100, Torsten Terp wrote:
> Great getting log4j support in jBoss!!!
>
> May I propose that the log4j PropertyConfigurator is changed to
> watch the configurationfile every 60 seconds or so, since often
> you will want to be able to change category priority while jBoss
> is running.
I agree. I've added a second constructor that handle the timer
parameter.
If such parameter is present log4j is initialized using configureAndWatch
otherwise is initialized with configure and the config file is
read once.
Bye
Fulco