Uses of Interface
org.flywaydb.core.api.logging.LogCreator
Packages that use LogCreator
-
Uses of LogCreator in org.flywaydb.core.api.logging
Methods in org.flywaydb.core.api.logging with parameters of type LogCreatorModifier and TypeMethodDescriptionstatic voidLogFactory.setFallbackLogCreator(LogCreator fallbackLogCreator) The factory for implementation-specific loggers to be used as a fallback when no other suitable loggers were found. -- SETTER -- Sets the fallback LogCreator.static voidLogFactory.setLogCreator(LogCreator logCreator) Factory for implementation-specific loggers. -- SETTER -- Sets the LogCreator that will be used.