liquibase.integration.ant.logging
Class AntTaskLogFactory
java.lang.Object
liquibase.logging.LogFactory
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntTaskLogFactory
public AntTaskLogFactory(org.apache.tools.ant.Task task)
getLog
public Logger getLog(String name)
- Overrides:
getLog in class LogFactory
getLog
public Logger getLog()
- Overrides:
getLog in class LogFactory
Copyright © 2015 Liquibase.org. All rights reserved.