Package liquibase.logging.core
Class AbstractLogService
java.lang.Object
liquibase.logging.core.AbstractLogService
- All Implemented Interfaces:
LogService
,Plugin
- Direct Known Subclasses:
AntTaskLogService
,BufferedLogService
,CompositeLogService
,JavaLogService
,MavenLogService
,NoOpLogService
Convenience base implementation of a LoggerFactory.
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Default implementation does nothing.Deprecated.always returns nullvoid
setFilter
(LogMessageFilter filter) Deprecated.does not save the filterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.logging.LogService
getLog, getPriority
-
Constructor Details
-
AbstractLogService
public AbstractLogService()
-
-
Method Details
-
close
public void close()Default implementation does nothing.- Specified by:
close
in interfaceLogService
-
getFilter
Deprecated.always returns null- Specified by:
getFilter
in interfaceLogService
-
setFilter
Deprecated.does not save the filterDescription copied from interface:LogService
Sets the filter to use for messages sent through this log service.- Specified by:
setFilter
in interfaceLogService
-