From: Albert V. <av...@im...> - 2004-09-21 14:22:59
|
Hi I've got a configuration problem. We have a main logger.conf containing the main configuration options, with their appenders, layouts, etc. However, sometimes, we need a custom logger appender in addition to the main configuration. How can I initialize the log4perl with the main logger.conf and add a new custom appenders? The init method erases any previous initialization. Is there an init_append like method? Thanks |