You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2003/08/23 00:50:48 UTC

DO NOT REPLY [Bug 19131] - LogManager should use NullLogger as Fallback

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

LogManager should use NullLogger as Fallback

dlr@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From dlr@apache.org  2003-08-22 22:50 -------
Velocity first checks for the AvalonLogSystem.  If that isn't available, it logs
a n INFO message saying such and looks for Log4J.  If that isn't available
either, I believe that it falls back to one of its simple internal loggers.