Package liquibase.integration.ant
Class AntTaskLogger
java.lang.Object
liquibase.AbstractExtensibleObject
liquibase.logging.core.AbstractLogger
liquibase.integration.ant.AntTaskLogger
- All Implemented Interfaces:
AutoCloseable,Cloneable,ExtensibleObject,Logger
An implementation of the Liquibase logger that logs to the given Ant task.
-
Constructor Summary
ConstructorsConstructorDescriptionAntTaskLogger(org.apache.tools.ant.Task task) AntTaskLogger(org.apache.tools.ant.Task task, LogMessageFilter ignored) Deprecated. -
Method Summary
Methods inherited from class liquibase.logging.core.AbstractLogger
config, config, debug, debug, filterMessage, fine, fine, info, info, severe, severe, warning, warningMethods inherited from class liquibase.AbstractExtensibleObject
clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface liquibase.ExtensibleObject
clone, describe, get, get, getAttributes, getObjectMetaData, getValuePath, has, set
-
Constructor Details
-
AntTaskLogger
Deprecated.useAntTaskLogger(org.apache.tools.ant.Task)instead -
AntTaskLogger
public AntTaskLogger(org.apache.tools.ant.Task task)
-
-
Method Details
-
log
Description copied from interface:LoggerGeneric log method that can log at any log level
-
AntTaskLogger(org.apache.tools.ant.Task)instead