Class ColorizedConsoleLog

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

    public class ColorizedConsoleLog
    extends java.lang.Object
    implements org.flywaydb.core.api.logging.Log
    • 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)  
      static void install​(boolean force)  
      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
    • Constructor Detail

      • ColorizedConsoleLog

        public ColorizedConsoleLog​(ConsoleLog log)
    • Method Detail

      • install

        public static void install​(boolean force)
      • 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