public class AntLog extends Object implements com.googlecode.flyway.core.util.logging.Log
| Constructor and Description |
|---|
AntLog(org.apache.tools.ant.Project antProject)
Creates a new wrapper around this logger.
|
public AntLog(org.apache.tools.ant.Project antProject)
antProject - The Ant project to log for.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.