Package org.red5.logging
Class Red5LoggerFactory
java.lang.Object
org.red5.logging.Red5LoggerFactory
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])
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ch.qos.logback.classic.selector.ContextSelectorstatic org.slf4j.Loggerstatic org.slf4j.Loggerstatic org.slf4j.Loggerstatic voidsetUseLogback(boolean useLogback)
-
Field Details
-
LOGGER_CONTEXT_ATTRIBUTE
- See Also:
-
useLogback
private static boolean useLogback -
DEBUG
public static boolean DEBUG
-
-
Constructor Details
-
Red5LoggerFactory
public Red5LoggerFactory()
-
-
Method Details
-
getLogger
-
getLogger
-
getLogger
-
getContextSelector
public static ch.qos.logback.classic.selector.ContextSelector getContextSelector() -
setUseLogback
public static void setUseLogback(boolean useLogback)
-