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 (mondain@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Red5LoggerFactory
public Red5LoggerFactory()
getLogger
public static org.slf4j.Logger getLogger(Class<?> clazz)
getLogger
public static org.slf4j.Logger getLogger(Class clazz,
String contextName)
getContextSelector
public static ch.qos.logback.classic.selector.ContextSelector getContextSelector()
Copyright © 2006-2010 The Red5 Project