com.googlecode.flyway.ant
Class AntLogCreator

java.lang.Object
  extended by 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.
 
Method Summary
 com.googlecode.flyway.core.util.logging.Log createLogger(Class<?> clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.