Class PlexusLoggerToMavenLoggerAdapter

  • All Implemented Interfaces:
    org.apache.maven.plugin.logging.Log

    public class PlexusLoggerToMavenLoggerAdapter
    extends Object
    implements org.apache.maven.plugin.logging.Log
    Author:
    cybercon <bndly@cybercon.de>
    • Constructor Detail

      • PlexusLoggerToMavenLoggerAdapter

        public PlexusLoggerToMavenLoggerAdapter​(org.codehaus.plexus.logging.Logger logger)
    • Method Detail

      • isDebugEnabled

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

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

        public void debug​(CharSequence cs,
                          Throwable thrwbl)
        Specified by:
        debug in interface org.apache.maven.plugin.logging.Log
      • debug

        public void debug​(Throwable thrwbl)
        Specified by:
        debug in interface org.apache.maven.plugin.logging.Log
      • isInfoEnabled

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

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

        public void info​(CharSequence cs,
                         Throwable thrwbl)
        Specified by:
        info in interface org.apache.maven.plugin.logging.Log
      • info

        public void info​(Throwable thrwbl)
        Specified by:
        info in interface org.apache.maven.plugin.logging.Log
      • isWarnEnabled

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

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

        public void warn​(CharSequence cs,
                         Throwable thrwbl)
        Specified by:
        warn in interface org.apache.maven.plugin.logging.Log
      • warn

        public void warn​(Throwable thrwbl)
        Specified by:
        warn in interface org.apache.maven.plugin.logging.Log
      • isErrorEnabled

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

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

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

        public void error​(Throwable thrwbl)
        Specified by:
        error in interface org.apache.maven.plugin.logging.Log