Class DependencySilentLog

java.lang.Object
org.apache.maven.plugins.dependency.utils.DependencySilentLog
All Implemented Interfaces:
org.apache.maven.plugin.logging.Log

public class DependencySilentLog extends Object implements org.apache.maven.plugin.logging.Log
This logger implements both types of logs currently in use and turns off logs.
Author:
Brian Fox
  • Constructor Details

    • DependencySilentLog

      public DependencySilentLog()
  • Method Details

    • isDebugEnabled

      public boolean isDebugEnabled()
      Specified by:
      isDebugEnabled in interface org.apache.maven.plugin.logging.Log
      Returns:
      false
      See Also:
      • Log.isDebugEnabled()
    • debug

      public void debug(CharSequence content)
      By default, do nothing.
      Specified by:
      debug in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.debug(java.lang.CharSequence)
    • debug

      public void debug(CharSequence content, Throwable error)
      By default, do nothing.
      Specified by:
      debug in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.debug(java.lang.CharSequence, java.lang.Throwable)
    • debug

      public void debug(Throwable error)
      By default, do nothing.
      Specified by:
      debug in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.debug(java.lang.Throwable)
    • isInfoEnabled

      public boolean isInfoEnabled()
      Specified by:
      isInfoEnabled in interface org.apache.maven.plugin.logging.Log
      Returns:
      false
      See Also:
      • Log.isInfoEnabled()
    • info

      public void info(CharSequence content)
      By default, do nothing.
      Specified by:
      info in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.info(java.lang.CharSequence)
    • info

      public void info(CharSequence content, Throwable error)
      By default, do nothing.
      Specified by:
      info in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.info(java.lang.CharSequence, java.lang.Throwable)
    • info

      public void info(Throwable error)
      By default, do nothing.
      Specified by:
      info in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.info(java.lang.Throwable)
    • isWarnEnabled

      public boolean isWarnEnabled()
      By default, do nothing.
      Specified by:
      isWarnEnabled in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.isWarnEnabled()
    • warn

      public void warn(CharSequence content)
      By default, do nothing.
      Specified by:
      warn in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.warn(java.lang.CharSequence)
    • warn

      public void warn(CharSequence content, Throwable error)
      By default, do nothing.
      Specified by:
      warn in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.warn(java.lang.CharSequence, java.lang.Throwable)
    • warn

      public void warn(Throwable error)
      By default, do nothing.
      Specified by:
      warn in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.warn(java.lang.Throwable)
    • isErrorEnabled

      public boolean isErrorEnabled()
      Specified by:
      isErrorEnabled in interface org.apache.maven.plugin.logging.Log
      Returns:
      false
      See Also:
      • Log.isErrorEnabled()
    • error

      public void error(CharSequence content)
      By default, do nothing.
      Specified by:
      error in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.error(java.lang.CharSequence)
    • error

      public void error(CharSequence content, Throwable error)
      By default, do nothing.
      Specified by:
      error in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.error(java.lang.CharSequence, java.lang.Throwable)
    • error

      public void error(Throwable error)
      By default, do nothing.
      Specified by:
      error in interface org.apache.maven.plugin.logging.Log
      See Also:
      • Log.error(java.lang.Throwable)