Package com.helger.commons.log
-
Interface Summary Interface Description IHasConditionalLogger Marker interface for classes that supports conditional logging.LogHelper.IFuncIsLoggingEnabled Abstraction interface forlogger.is...Enabled ()depending on the error level.LogHelper.IFuncLogger Abstraction interface forlogger.debugorlogger.infodepending on the error level. -
Class Summary Class Description ConditionalLogger Conditional loggerInMemoryLogger Keeps a set ofLogMessageobjects in memory, offering an API similar to SLF4J.LogHelper Some utility functions to help integrating theIErrorLevelenum in this package with SLF4J logger.LogMessage Represents a single log message.