Bug 46804 - create the method PropertyConfigurator.configureAndWatch(URL,delay)
Summary: create the method PropertyConfigurator.configureAndWatch(URL,delay)
Status: NEW
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: Configurator (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement
Target Milestone: ---
Assignee: log4j-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-05 08:14 UTC by olivier dupuy
Modified: 2009-03-05 08:14 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description olivier dupuy 2009-03-05 08:14:52 UTC
Hello,

Not fond in the existing bugs or RFE.
I would like to simply configure from a URL but detect some changes.
The proposed methods
  create the method PropertyConfigurator.configureAndWatch(URL)
  create the method PropertyConfigurator.configureAndWatch(URL,delay)
will behave the same way as the existing
  configureAndWatch(string)
  configureAndWatch(string,int)
but with a URL.
This would allow me to reconfigure my logging in a simpler way than now.

Thanks

Olivier