Class DefaultLog

java.lang.Object
org.apache.maven.internal.impl.DefaultLog
All Implemented Interfaces:
org.apache.maven.api.plugin.Log

public class DefaultLog extends Object implements org.apache.maven.api.plugin.Log
  • Constructor Details

    • DefaultLog

      public DefaultLog(org.slf4j.Logger logger)
  • Method Details

    • debug

      public void debug(CharSequence content)
      Specified by:
      debug in interface org.apache.maven.api.plugin.Log
    • debug

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

      public void debug(Throwable error)
      Specified by:
      debug in interface org.apache.maven.api.plugin.Log
    • debug

      public void debug(Supplier<String> content)
      Specified by:
      debug in interface org.apache.maven.api.plugin.Log
    • debug

      public void debug(Supplier<String> content, Throwable error)
      Specified by:
      debug in interface org.apache.maven.api.plugin.Log
    • info

      public void info(CharSequence content)
      Specified by:
      info in interface org.apache.maven.api.plugin.Log
    • info

      public void info(CharSequence content, Throwable error)
      Specified by:
      info in interface org.apache.maven.api.plugin.Log
    • info

      public void info(Throwable error)
      Specified by:
      info in interface org.apache.maven.api.plugin.Log
    • info

      public void info(Supplier<String> content)
      Specified by:
      info in interface org.apache.maven.api.plugin.Log
    • info

      public void info(Supplier<String> content, Throwable error)
      Specified by:
      info in interface org.apache.maven.api.plugin.Log
    • warn

      public void warn(CharSequence content)
      Specified by:
      warn in interface org.apache.maven.api.plugin.Log
    • warn

      public void warn(CharSequence content, Throwable error)
      Specified by:
      warn in interface org.apache.maven.api.plugin.Log
    • warn

      public void warn(Throwable error)
      Specified by:
      warn in interface org.apache.maven.api.plugin.Log
    • warn

      public void warn(Supplier<String> content)
      Specified by:
      warn in interface org.apache.maven.api.plugin.Log
    • warn

      public void warn(Supplier<String> content, Throwable error)
      Specified by:
      warn in interface org.apache.maven.api.plugin.Log
    • error

      public void error(CharSequence content)
      Specified by:
      error in interface org.apache.maven.api.plugin.Log
    • error

      public void error(CharSequence content, Throwable error)
      Specified by:
      error in interface org.apache.maven.api.plugin.Log
    • error

      public void error(Throwable error)
      Specified by:
      error in interface org.apache.maven.api.plugin.Log
    • error

      public void error(Supplier<String> content)
      Specified by:
      error in interface org.apache.maven.api.plugin.Log
    • error

      public void error(Supplier<String> content, Throwable error)
      Specified by:
      error in interface org.apache.maven.api.plugin.Log
    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface org.apache.maven.api.plugin.Log
    • isInfoEnabled

      public boolean isInfoEnabled()
      Specified by:
      isInfoEnabled in interface org.apache.maven.api.plugin.Log
    • isWarnEnabled

      public boolean isWarnEnabled()
      Specified by:
      isWarnEnabled in interface org.apache.maven.api.plugin.Log
    • isErrorEnabled

      public boolean isErrorEnabled()
      Specified by:
      isErrorEnabled in interface org.apache.maven.api.plugin.Log