Interface Logger

  • All Superinterfaces:
    org.slf4j.Logger
    All Known Subinterfaces:
    LoggerTail
    All Known Implementing Classes:
    CompositeLogger, LogQueue, LogTree

    public interface Logger
    extends org.slf4j.Logger
    A Logger with support for LogEvent.
    Since:
    5.4M1
    Version:
    $Id: 8c36b65f5508a3a46cd93f2ee63b90e37434de8e $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Marker ROOT_MARKER
      Marker used to indicate the log should not be filtered and always be allowed to end up in the main log.
      • Fields inherited from interface org.slf4j.Logger

        ROOT_LOGGER_NAME
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void log​(LogEvent logEvent)  
      • Methods inherited from interface org.slf4j.Logger

        atDebug, atError, atInfo, atLevel, atTrace, atWarn, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isEnabledForLevel, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, makeLoggingEventBuilder, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn
    • Field Detail

      • ROOT_MARKER

        static final org.slf4j.Marker ROOT_MARKER
        Marker used to indicate the log should not be filtered and always be allowed to end up in the main log.
        Since:
        11.9RC1
    • Method Detail

      • log

        void log​(LogEvent logEvent)
        Parameters:
        logEvent - the log event