com.googlecode.flyway.maven
Class MavenLogCreator

java.lang.Object
  extended by com.googlecode.flyway.maven.MavenLogCreator
All Implemented Interfaces:
com.googlecode.flyway.core.util.logging.LogCreator

public class MavenLogCreator
extends Object
implements com.googlecode.flyway.core.util.logging.LogCreator

Log Creator for Maven Logging.


Constructor Summary
MavenLogCreator(org.apache.maven.plugin.AbstractMojo mojo)
          Creates a new Maven Log Creator for this Mojo.
 
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

MavenLogCreator

public MavenLogCreator(org.apache.maven.plugin.AbstractMojo mojo)
Creates a new Maven Log Creator for this Mojo.

Parameters:
mojo - The Maven Mojo 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.