org.openqa.jetty.log
Class LogFactory
java.lang.Object
org.openqa.jetty.log.LogFactory
public class LogFactory
- extends Object
Log Factory.
This is a static facade over the commons logging LogFactory class and it will normally simply
delegate to the a discovered instance of LogFactory. However, if the system property
"org.openqa.jetty.log.LogFactory.noDiscovery" is set to true, the a static instance of the Jetty
Factory is created and this is directly delegated to, thus avoiding the commons discovery
mechanism (and problems associated with it).
- Author:
- gregw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogFactory
public LogFactory()
getLog
public static org.apache.commons.logging.Log getLog(Class logClass)
getLog
public static org.apache.commons.logging.Log getLog(String log)
getFactory
public static org.apache.commons.logging.LogFactory getFactory()
release
public static void release(ClassLoader loader)
Copyright © 2012. All Rights Reserved.