Package org.flywaydb.core.api.logging
Interface LogCreator
-
public interface LogCreatorFactory for implementation-specific loggers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogcreateLogger(Class<?> clazz)Creates an implementation-specific logger for this class.
-