com.googlecode.flyway.ant
Class AntLogCreator
java.lang.Object
com.googlecode.flyway.ant.AntLogCreator
- All Implemented Interfaces:
- com.googlecode.flyway.core.util.logging.LogCreator
public class AntLogCreator
- extends Object
- implements com.googlecode.flyway.core.util.logging.LogCreator
Log Creator for Ant Logging.
|
Constructor Summary |
AntLogCreator(org.apache.tools.ant.Project antProject)
Creates a new Ant Log Creator for this project. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntLogCreator
public AntLogCreator(org.apache.tools.ant.Project antProject)
- Creates a new Ant Log Creator for this project.
- Parameters:
antProject - The Ant project to log for.
createLogger
public com.googlecode.flyway.core.util.logging.Log createLogger(Class<?> clazz)
- Specified by:
createLogger in interface com.googlecode.flyway.core.util.logging.LogCreator
Copyright © 2012. All Rights Reserved.