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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Default implementation does nothing.Deprecated.always returns nullvoidsetFilter(LogMessageFilter filter) Deprecated.does not save the filterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
closein interfaceLogService
-
getFilter
Deprecated.always returns null- Specified by:
getFilterin interfaceLogService
-
setFilter
Deprecated.does not save the filterDescription copied from interface:LogServiceSets the filter to use for messages sent through this log service.- Specified by:
setFilterin interfaceLogService
-