DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28044>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28044 Patch, Avalon Logging to Commons Logging Conversion. ------- Additional Comments From [EMAIL PROTECTED] 2004-03-31 06:34 ------- ContainerUtil is just a little helper to avoid a lot of checks when setting up Avalon-compliant objects. Avalon Framework defines a number of interfaces (LogEnabled for one) which are all optional to implement. ContainerUtil simply does a check if a logger or a Configuration can be set, because one implementation may, the other may not. I'm busy today but I'll try to do the whole thing for the PDF and library code on Thursday evening (CET). Does anyone mind if I just check in these parts? Avalon is not necessary there and when they get extracted into separate components it is better for them to use JCL instead of Avalon Logging.