Class MojoLogWrapper

java.lang.Object
org.apache.maven.plugin.testing.MojoLogWrapper
All Implemented Interfaces:
org.apache.maven.plugin.logging.Log

@Deprecated public class MojoLogWrapper extends Object implements org.apache.maven.plugin.logging.Log
Deprecated.
As of version 3.4.0, it is advised to work with JUnit5 tests which do not use this class but Inject to inject a Log instance instead.
Author:
jdcasey
  • Constructor Details

    • MojoLogWrapper

      public MojoLogWrapper(org.slf4j.Logger logger)
      Deprecated.
  • Method Details

    • debug

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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