Class Logger

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

    public final class Logger
    extends Object
    implements org.apache.maven.plugin.logging.Log
    Since:
    1.0.0
    Author:
    Tom Bujok (tom.bujok@gmail.com)
    Reficio (TM) - Reestablish your software!
    http://www.reficio.org
    • Method Detail

      • getLog

        public static Logger getLog()
      • initialize

        public static void initialize​(org.apache.maven.plugin.logging.Log log)
      • isDebugEnabled

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

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

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

        public void debug​(Throwable throwable)
        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 charSequence)
        Specified by:
        info in interface org.apache.maven.plugin.logging.Log
      • info

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

        public void info​(Throwable throwable)
        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 charSequence)
        Specified by:
        warn in interface org.apache.maven.plugin.logging.Log
      • warn

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

        public void warn​(Throwable throwable)
        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 charSequence)
        Specified by:
        error in interface org.apache.maven.plugin.logging.Log
      • error

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

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