Package org.jabylon.db.migration
Class SLF4JLogCreator
- java.lang.Object
-
- org.jabylon.db.migration.SLF4JLogCreator
-
- All Implemented Interfaces:
com.googlecode.flyway.core.util.logging.LogCreator
public class SLF4JLogCreator extends Object implements com.googlecode.flyway.core.util.logging.LogCreator
-
-
Constructor Summary
Constructors Constructor Description SLF4JLogCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.googlecode.flyway.core.util.logging.LogcreateLogger(Class<?> clazz)
-
-
-
Method Detail
-
createLogger
public com.googlecode.flyway.core.util.logging.Log createLogger(Class<?> clazz)
- Specified by:
createLoggerin interfacecom.googlecode.flyway.core.util.logging.LogCreator
-
-