Class MavenLog

  • All Implemented Interfaces:
    org.flywaydb.core.api.logging.Log

    public class MavenLog
    extends java.lang.Object
    implements org.flywaydb.core.api.logging.Log
    Wrapper around a Maven Logger.
    • Method Summary

      Modifier and Type Method Description
      void debug​(java.lang.String message)  
      void error​(java.lang.String message)  
      void error​(java.lang.String message, java.lang.Exception e)  
      void info​(java.lang.String message)  
      boolean isDebugEnabled()  
      void warn​(java.lang.String message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in interface org.flywaydb.core.api.logging.Log
      • debug

        public void debug​(java.lang.String message)
        Specified by:
        debug in interface org.flywaydb.core.api.logging.Log
      • info

        public void info​(java.lang.String message)
        Specified by:
        info in interface org.flywaydb.core.api.logging.Log
      • warn

        public void warn​(java.lang.String message)
        Specified by:
        warn in interface org.flywaydb.core.api.logging.Log
      • error

        public void error​(java.lang.String message)
        Specified by:
        error in interface org.flywaydb.core.api.logging.Log
      • error

        public void error​(java.lang.String message,
                          java.lang.Exception e)
        Specified by:
        error in interface org.flywaydb.core.api.logging.Log