Class LogImpl

  • All Implemented Interfaces:
    org.analogweb.util.logging.Log

    public class LogImpl
    extends org.analogweb.util.logging.AbstractLog
    AbstractLog implementation for SLF4j Outputs the log via slf4j API.
    Author:
    y2k2mt
    • Method Detail

      • trace

        public void trace​(String message,
                          Object... args)
      • trace

        public void trace​(org.analogweb.util.logging.Marker marker,
                          String message)
      • trace

        public void trace​(org.analogweb.util.logging.Marker marker,
                          String message,
                          Object... args)
      • trace

        public void trace​(org.analogweb.util.logging.Marker marker,
                          String message,
                          Throwable throwable)
      • isTraceEnabled

        public boolean isTraceEnabled()
      • isTraceEnabled

        public boolean isTraceEnabled​(org.analogweb.util.logging.Marker marker)
      • debug

        public void debug​(String message,
                          Object... args)
      • debug

        public void debug​(org.analogweb.util.logging.Marker marker,
                          String message)
      • debug

        public void debug​(org.analogweb.util.logging.Marker marker,
                          String message,
                          Throwable throwable)
      • debug

        public void debug​(org.analogweb.util.logging.Marker marker,
                          String message,
                          Object... args)
      • isDebugEnabled

        public boolean isDebugEnabled()
      • isDebugEnabled

        public boolean isDebugEnabled​(org.analogweb.util.logging.Marker marker)
      • info

        public void info​(String message,
                         Object... args)
      • info

        public void info​(org.analogweb.util.logging.Marker marker,
                         String message)
      • info

        public void info​(org.analogweb.util.logging.Marker marker,
                         String message,
                         Throwable throwable)
      • info

        public void info​(org.analogweb.util.logging.Marker marker,
                         String message,
                         Object... args)
      • isInfoEnabled

        public boolean isInfoEnabled()
      • isInfoEnabled

        public boolean isInfoEnabled​(org.analogweb.util.logging.Marker marker)
      • warn

        public void warn​(String message,
                         Object... args)
      • warn

        public void warn​(org.analogweb.util.logging.Marker marker,
                         String message)
      • warn

        public void warn​(org.analogweb.util.logging.Marker marker,
                         String message,
                         Throwable throwable)
      • warn

        public void warn​(org.analogweb.util.logging.Marker marker,
                         String message,
                         Object... args)
      • isWarnEnabled

        public boolean isWarnEnabled()
      • isWarnEnabled

        public boolean isWarnEnabled​(org.analogweb.util.logging.Marker marker)
      • error

        public void error​(String message,
                          Object... args)
      • error

        public void error​(org.analogweb.util.logging.Marker marker,
                          String message)
      • error

        public void error​(org.analogweb.util.logging.Marker marker,
                          String message,
                          Throwable throwable)
      • error

        public void error​(org.analogweb.util.logging.Marker marker,
                          String message,
                          Object... args)
      • isErrorEnabled

        public boolean isErrorEnabled()
      • isErrorEnabled

        public boolean isErrorEnabled​(org.analogweb.util.logging.Marker marker)
      • toMarker

        protected org.slf4j.Marker toMarker​(org.analogweb.util.logging.Marker marker)
        MarkerMarkerに変換します。 Marker.getName() の値から、MarkerFactory.getMarker(String)によって 生成されます。
        Parameters:
        marker - Marker
        Returns:
        Marker