I'm in the process of adding an interface to log4cxx to allow it to be used with some existed C applications. We need to be able to log to different files from each module. I wanted to do this by creating separate loggers for each module and attaching separate appenders to each one. How can I create new loggers (I would like to do it programmatically if possible)?
- programmatically creating new logger instances? Mark Toohey
