You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/17 22:31:27 UTC

DO NOT REPLY [Bug 15450] - Ability to set levels for loggers

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15450

Ability to set levels for loggers





------- Additional Comments From rdonkin@apache.org  2002-12-17 21:31 -------
IMHO 

Useful as it may be, this is against the commons-logging philosophy. All
configuration of the logging system (as opposed to decided which logging system
to use) was intentionally placed outside the scope of this component. 

You can still set the log levels dynamically - but you need to do this through
the wrapped logging system rather than via the Log wrapper. If you use - for
example - log4j as your logging implementation then you can set levels
dynamically in exactly the same way as before.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>