Class ConsoleLog

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

    public class ConsoleLog
    extends java.lang.Object
    implements org.flywaydb.core.api.logging.Log
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ConsoleLog.Level  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 notice​(java.lang.String message)  
      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
      • notice

        public void notice​(java.lang.String message)
        Specified by:
        notice 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