Class GLFLogging

java.lang.Object
org.seppiko.glf.scl.GLFLogging
All Implemented Interfaces:
org.seppiko.commons.logging.Logging

public class GLFLogging extends Object implements org.seppiko.commons.logging.Logging
Logging over GLF
Author:
Leonard Woo
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.seppiko.commons.logging.Logging
    • isEnable

      public boolean isEnable(int level)
      Specified by:
      isEnable in interface org.seppiko.commons.logging.Logging
    • log

      public void log(int level, CharSequence message)
      Specified by:
      log in interface org.seppiko.commons.logging.Logging
    • log

      public void log(int level, CharSequence message, Throwable cause)
      Specified by:
      log in interface org.seppiko.commons.logging.Logging
    • log

      public void log(int level, CharSequence message, Throwable cause, Supplier<?>... paramSuppliers)
      Specified by:
      log in interface org.seppiko.commons.logging.Logging
    • isTraceEnable

      public boolean isTraceEnable()
      Specified by:
      isTraceEnable in interface org.seppiko.commons.logging.Logging
    • trace

      public void trace(CharSequence message)
      Specified by:
      trace in interface org.seppiko.commons.logging.Logging
    • trace

      public void trace(CharSequence message, Throwable cause)
      Specified by:
      trace in interface org.seppiko.commons.logging.Logging
    • trace

      public void trace(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier)
      Specified by:
      trace in interface org.seppiko.commons.logging.Logging
    • atTrace

      public org.seppiko.commons.logging.LoggingBuilder atTrace()
      Specified by:
      atTrace in interface org.seppiko.commons.logging.Logging
    • isDebugEnable

      public boolean isDebugEnable()
      Specified by:
      isDebugEnable in interface org.seppiko.commons.logging.Logging
    • debug

      public void debug(CharSequence message)
      Specified by:
      debug in interface org.seppiko.commons.logging.Logging
    • debug

      public void debug(CharSequence message, Throwable cause)
      Specified by:
      debug in interface org.seppiko.commons.logging.Logging
    • debug

      public void debug(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier)
      Specified by:
      debug in interface org.seppiko.commons.logging.Logging
    • atDebug

      public org.seppiko.commons.logging.LoggingBuilder atDebug()
      Specified by:
      atDebug in interface org.seppiko.commons.logging.Logging
    • isInfoEnable

      public boolean isInfoEnable()
      Specified by:
      isInfoEnable in interface org.seppiko.commons.logging.Logging
    • info

      public void info(CharSequence message)
      Specified by:
      info in interface org.seppiko.commons.logging.Logging
    • info

      public void info(CharSequence message, Throwable cause)
      Specified by:
      info in interface org.seppiko.commons.logging.Logging
    • info

      public void info(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier)
      Specified by:
      info in interface org.seppiko.commons.logging.Logging
    • atInfo

      public org.seppiko.commons.logging.LoggingBuilder atInfo()
      Specified by:
      atInfo in interface org.seppiko.commons.logging.Logging
    • isWarnEnable

      public boolean isWarnEnable()
      Specified by:
      isWarnEnable in interface org.seppiko.commons.logging.Logging
    • warn

      public void warn(CharSequence message)
      Specified by:
      warn in interface org.seppiko.commons.logging.Logging
    • warn

      public void warn(CharSequence message, Throwable cause)
      Specified by:
      warn in interface org.seppiko.commons.logging.Logging
    • warn

      public void warn(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier)
      Specified by:
      warn in interface org.seppiko.commons.logging.Logging
    • atWarn

      public org.seppiko.commons.logging.LoggingBuilder atWarn()
      Specified by:
      atWarn in interface org.seppiko.commons.logging.Logging
    • isErrorEnable

      public boolean isErrorEnable()
      Specified by:
      isErrorEnable in interface org.seppiko.commons.logging.Logging
    • error

      public void error(CharSequence message)
      Specified by:
      error in interface org.seppiko.commons.logging.Logging
    • error

      public void error(CharSequence message, Throwable cause)
      Specified by:
      error in interface org.seppiko.commons.logging.Logging
    • error

      public void error(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier)
      Specified by:
      error in interface org.seppiko.commons.logging.Logging
    • atError

      public org.seppiko.commons.logging.LoggingBuilder atError()
      Specified by:
      atError in interface org.seppiko.commons.logging.Logging
    • isFatalEnable

      public boolean isFatalEnable()
      Specified by:
      isFatalEnable in interface org.seppiko.commons.logging.Logging
    • fatal

      public void fatal(CharSequence message)
      Specified by:
      fatal in interface org.seppiko.commons.logging.Logging
    • fatal

      public void fatal(CharSequence message, Throwable cause)
      Specified by:
      fatal in interface org.seppiko.commons.logging.Logging
    • fatal

      public void fatal(CharSequence message, Throwable cause, Supplier<?>... paramsSupplier)
      Specified by:
      fatal in interface org.seppiko.commons.logging.Logging
    • atFatal

      public org.seppiko.commons.logging.LoggingBuilder atFatal()
      Specified by:
      atFatal in interface org.seppiko.commons.logging.Logging