Class Slf4jLocationAwareLoggerImpl

java.lang.Object
org.apache.ibatis.logging.slf4j.Slf4jLocationAwareLoggerImpl
All Implemented Interfaces:
Log

class Slf4jLocationAwareLoggerImpl extends Object implements Log
  • Field Details

    • MARKER

      private static final org.slf4j.Marker MARKER
    • FQCN

      private static final String FQCN
    • logger

      private final org.slf4j.spi.LocationAwareLogger logger
  • Constructor Details

    • Slf4jLocationAwareLoggerImpl

      Slf4jLocationAwareLoggerImpl(org.slf4j.spi.LocationAwareLogger logger)
  • Method Details

    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface Log
    • isTraceEnabled

      public boolean isTraceEnabled()
      Specified by:
      isTraceEnabled in interface Log
    • error

      public void error(String s, Throwable e)
      Specified by:
      error in interface Log
    • error

      public void error(String s)
      Specified by:
      error in interface Log
    • debug

      public void debug(String s)
      Specified by:
      debug in interface Log
    • trace

      public void trace(String s)
      Specified by:
      trace in interface Log
    • warn

      public void warn(String s)
      Specified by:
      warn in interface Log