public class MavenLog extends Object implements com.googlecode.flyway.core.util.logging.Log
| Constructor and Description |
|---|
MavenLog(org.apache.maven.plugin.logging.Log logger)
Creates a new wrapper around this logger.
|
public MavenLog(org.apache.maven.plugin.logging.Log logger)
logger - The original Maven Logger.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.