You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by RB...@dtint.com on 2003/04/09 23:04:15 UTC

Logging Domains

I was looking through the log4j workplan for 1.3.  I noticed the section 
about Logging Domains and was wondering what the story on this is.  I'm 
also wondering if it would be useful for something I'm doing at work 
(basically, we have a "runtime" and a "designtime" logging setup which 
need to adhere to different logging configurations).  The same goes for 
what I'm doing with Acorn - I let the DOMConfigurator/PropertyConfigurator 
parse the config files etc and then, using a listener, put those same 
loggers/appenders/plugins (well, the plugins will come soon :-)) into the 
Acorn framework (which is in essence a different LoggerRepository).  Would 
the domain feature be useful for this as well?

Thanks,
Richard