Posted By:
Rich_Bagley
Posted On:
Thursday, January 23, 2003 11:11 AM
I can't seem to find the magic to be use XML to define a LoggerFactory and get log4j to use the factory to generate loggers.
Here's part of the config file:
My logger is created as a Logger instance. I want it to be produced by the
makeNewLoggerInstance
method of the factory.
Any idea what I'm doing wrong, or is this a limitation of the XML configuration?
Thanks
-Rich