Uses of Interface
org.flywaydb.core.api.logging.LogCreator
-
Packages that use LogCreator Package Description org.flywaydb.core.api.logging Interfaces for Flyway's log abstraction. -
-
Uses of LogCreator in org.flywaydb.core.api.logging
Methods in org.flywaydb.core.api.logging with parameters of type LogCreator Modifier and Type Method Description static voidLogFactory. setFallbackLogCreator(LogCreator fallbackLogCreator)Sets the fallback LogCreator.static voidLogFactory. setLogCreator(LogCreator logCreator)Sets the LogCreator that will be used.
-