Re: Initialize log4j properties file from database,

2009-01-31 Thread Curt Arnold
On Jan 28, 2009, at 2:29 PM, Ashish Kulkarni wrote: HiNormally i load log4j from properties file or XML file, If i have properties file i initialize using PropertyConfigurator, or if XML file initialize using DOMConfigurator. Can i possible load these properties from a database? The Prope

Initialize log4j properties file from database,

2009-01-28 Thread Ashish Kulkarni
HiNormally i load log4j from properties file or XML file, If i have properties file i initialize using PropertyConfigurator, or if XML file initialize using DOMConfigurator. Can i possible load these properties from a database? Also can i log messages to a database? Ashish