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/11/14 22:17:53 UTC

DO NOT REPLY [Bug 14571] New: - LogFactoryImpl javadoc says default NoOpLog, but really SimpleLog

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=14571>.
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=14571

LogFactoryImpl javadoc says default NoOpLog, but really SimpleLog

           Summary: LogFactoryImpl javadoc says default NoOpLog, but really
                    SimpleLog
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Logging
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: dmkarr@earthlink.net


The javadoc for the "LogFactoryImpl" class says that the default logger is
"NoOpLog".  However, the code clearly shows that it uses "SimpleLog", not
"NoOpLog" (changed by costin in revision 1.4).  I prefer it falling back to
SimpleLog, so I consider this a documentation bug, not a code bug.

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