public class ConsoleLog extends Object implements com.googlecode.flyway.core.util.logging.Log
| Constructor and Description |
|---|
ConsoleLog(boolean debug)
Creates a new Console Log.
|
public ConsoleLog(boolean debug)
debug - true for also printing debug statements, false for only info and higher.public void debug(String message)
debug in interface com.googlecode.flyway.core.util.logging.Logpublic void info(String message)
info in interface com.googlecode.flyway.core.util.logging.Logpublic void warn(String message)
warn in interface com.googlecode.flyway.core.util.logging.Logpublic void error(String message)
error in interface com.googlecode.flyway.core.util.logging.Logpublic void error(String message, Exception e)
error in interface com.googlecode.flyway.core.util.logging.LogCopyright © 2013. All rights reserved.