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 (mondain@gmail.com)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ch.qos.logback.classic.selector.ContextSelector
static org.slf4j.Logger
static org.slf4j.Logger
static org.slf4j.Logger
static void
setUseLogback
(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)
-