public class ConsoleLogCreator extends Object implements org.flywaydb.core.internal.util.logging.LogCreator
| Constructor and Description |
|---|
ConsoleLogCreator(boolean debug)
Creates a new Console Log Creator.
|
| Modifier and Type | Method and Description |
|---|---|
org.flywaydb.core.internal.util.logging.Log |
createLogger(Class<?> clazz) |
public ConsoleLogCreator(boolean debug)
debug - true for also printing debug statements, false for only info and higher.public org.flywaydb.core.internal.util.logging.Log createLogger(Class<?> clazz)
createLogger in interface org.flywaydb.core.internal.util.logging.LogCreatorCopyright © 2014. All rights reserved.