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 [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
