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
ConstructorDescriptionAntTaskLogger
(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, warning
Methods inherited from class liquibase.AbstractExtensibleObject
clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:Logger
Generic log method that can log at any log level
-
AntTaskLogger(org.apache.tools.ant.Task)
instead