Class MavenLogCreator

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

    public class MavenLogCreator
    extends java.lang.Object
    implements org.flywaydb.core.api.logging.LogCreator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.flywaydb.core.api.logging.Log createLogger​(java.lang.Class<?> clazz)  
      • Methods inherited from class java.lang.Object

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

      • createLogger

        public org.flywaydb.core.api.logging.Log createLogger​(java.lang.Class<?> clazz)
        Specified by:
        createLogger in interface org.flywaydb.core.api.logging.LogCreator