org.red5.logging
Class Red5LoggerFactory
java.lang.Object
org.red5.logging.Red5LoggerFactory
public class Red5LoggerFactory
- extends Object
LoggerFactory to simplify requests for Logger instances within
Red5 applications. This class is expected to be run only once per
logger request and is optimized as such.
- Author:
- Paul Gregoire ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Red5LoggerFactory
public Red5LoggerFactory()
getLogger
public static Logger getLogger(Class<?> clazz)
getLogger
public static Logger getLogger(Class clazz,
String contextName)
getLogger
public static Logger getLogger(String name,
String contextName)
getContextSelector
public static ch.qos.logback.classic.selector.ContextSelector getContextSelector()
Copyright © 2006-2012 The Red5 Project