Hi,

I'm trying to use Log4j 1.3alpha-8 watchdog for my XML configuration file,
but am having difficulties.

I've tried the following:

FileWatchdog confiFileWatchdog = new FileWatchdog();
configFileWatchdog.setFile( log4j.xml path );
configFileWatchdog.activateOptions();


But I get the following error message:
ERROR org.apache.log4j.watchdog.FileWatchdog - watchdog requires repository
that supports LoggerRepositoryEx


I'm not entirely sure how to create my loggers such that the repository
supports LoggerRepositoryEx.  Is there something special I need to do in the
log4j.xml file to accomplish this?  Are the watchdogs not yet supported?


If watchdogs are not yet fully supported, how can I programatically reload 
my log4j.xml configuration file?

Thanks,

Eric






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

Reply via email to