Hi all,

I see jSieve include a static class used to lookup the common logger:
http://svn.apache.org/repos/asf/james/jsieve/trunk/src/main/java/org/apache/jsieve/Logger.java

This is a singleton and return a commons-logging Log object.
Every class uses "Logger.getLog()" to get a common-logging logger instance so every class already depends on commons-logging.

What are the advantages of this class over the direct use of commons.logging LogFactory ?

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to