Package org.jitsi.utils.logging
Class InstanceLogger
-
- All Implemented Interfaces:
public class InstanceLogger extends Logger
Implements a org.jitsi.utils.logging.Logger, which delegates logging to another org.jitsi.utils.logging.Logger, and allows it's level to be lowered independent of the delegate (by another org.jitsi.utils.logging.Logger instance or by a level configuration).
Boris Grozev
-
-
Method Summary
Modifier and Type Method Description LevelgetLevel()voidsetLevel(Level level)Set logging level for all handlers to level voidlog(Level level, Object msg)Logs a message at a given level, if that level is loggable according to the log level configured by this instance. voidlog(Level level, Object msg, Throwable thrown)Logs a message at a given level, if that level is loggable according to the log level configured by this instance. -
Methods inherited from class org.jitsi.utils.logging.Logger
debug, debug, debug, debug, error, error, error, error, fatal, fatal, getLogger, getLogger, getLogger, info, info, info, info, isDebugEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, log, log, logEntry, logExit, reset, setLevel, setLevelAll, setLevelDebug, setLevelError, setLevelFatal, setLevelInfo, setLevelOff, setLevelTrace, setLevelWarn, trace, trace, warn, warn -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-