Are there any thoughts/Ideas on "Inherited" or "Hierarchical" configuration approaches with Log4J. I'm referring specifically to the idea that On could have multiple log4j configuration files that configure logging on a particular runtime. Say for instance:

a search order where

1.) user.home
2.) classpath overides user home
(and order overides config earlier to later)
3.) finally commandline overides classpath

This way one could have some generalized logging config as a user, and then the application can setup its logging config overiding any user settings that happen to already exist, and then the user could specialize at runtime from the commandline.

Mark


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to