liquibase.integration.ant.logging
Class AntTaskLogFactory

java.lang.Object
  extended by liquibase.logging.LogFactory
      extended by liquibase.integration.ant.logging.AntTaskLogFactory

public final class AntTaskLogFactory
extends LogFactory

An implementation of the Liquibase LogFactory that logs all messages to the given Ant task. This should only be used inside of Ant tasks.


Constructor Summary
AntTaskLogFactory(org.apache.tools.ant.Task task)
           
 
Method Summary
 Logger getLog()
           
 Logger getLog(String name)
           
 
Methods inherited from class liquibase.logging.LogFactory
getInstance, getLogger, getLogger, reset, setDefaultLoggingLevel, setDefaultLoggingLevel, setInstance, setLoggingLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTaskLogFactory

public AntTaskLogFactory(org.apache.tools.ant.Task task)
Method Detail

getLog

public Logger getLog(String name)
Overrides:
getLog in class LogFactory

getLog

public Logger getLog()
Overrides:
getLog in class LogFactory


Copyright © 2016 Liquibase.org. All rights reserved.