Hi, 
    On my daytime job I have to manage several J2EE applications developed by several 
development teams. Recently our administrator complained that these applications all 
use different logging mechanisms which is creating a mess :). In order to avoid I have 
decided to advise on the use of just one common loggin API. I am going to to use 
commons-logging but I want to add the possibility to control the logging behaviour of 
all the applications running on the same JVM so that I can set some of the logging 
properties on individual applications centrally. What I have in mind is to have a 
LoggingManager structure somehow like the SecurityManager.  I want to be able to code 
in some of the properties so that they are not easilly changeable but in the mean time 
allow easy to edit cofiguration files on other properties. Do you think this is a 
right approach? Is it interesting to have these in the commons-logging?

Thanks
B. Gorkem ERCAN

Reply via email to