Class Logger

java.lang.Object
org.apache.maven.plugin.logging.SystemStreamLog
com.spotify.fmt.Logger
All Implemented Interfaces:
org.apache.maven.plugin.logging.Log

class Logger extends org.apache.maven.plugin.logging.SystemStreamLog
  • Field Details

    • debug

      volatile boolean debug
  • Constructor Details

    • Logger

      Logger()
  • Method Details

    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface org.apache.maven.plugin.logging.Log
      Overrides:
      isDebugEnabled in class org.apache.maven.plugin.logging.SystemStreamLog
    • debug

      public void debug(CharSequence content)
      Specified by:
      debug in interface org.apache.maven.plugin.logging.Log
      Overrides:
      debug in class org.apache.maven.plugin.logging.SystemStreamLog
    • debug

      public void debug(CharSequence content, Throwable error)
      Specified by:
      debug in interface org.apache.maven.plugin.logging.Log
      Overrides:
      debug in class org.apache.maven.plugin.logging.SystemStreamLog
    • debug

      public void debug(Throwable error)
      Specified by:
      debug in interface org.apache.maven.plugin.logging.Log
      Overrides:
      debug in class org.apache.maven.plugin.logging.SystemStreamLog