[jsword-devel] Logging question

Sijo Cherian sijo.cherian at gmail.com
Tue Oct 16 22:04:14 MST 2007


Hi,

I have a quick question on Logging:

CWLogging have INFO as the default level, but none of my log.info() were
getting printed.

Logger.java infact have methods that seem to shift the log levels. For e.g.
the warn method infact logs it as INFO. What is the reason for this logic?
   public void warn(String message)
    {
        doLogging(Level.INFO, message, null);
    }

Regards,
Sijo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.crosswire.org/pipermail/jsword-devel/attachments/20071017/1a1f866f/attachment.html 


More information about the jsword-devel mailing list