Package org.jitsi.utils.logging
See: Description
-
Enum Summary Enum Description Category An enumeration of different categories for log messages. -
Class Summary Class Description Logger Standard logging methods. InstanceLogger 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). TimeSeriesLogger LoggerImpl Implements a org.jitsi.utils.logging.Logger backed by a java.util.logging.Logger. TimeSeriesPoint DiagnosticContext