public abstract class AbstractLogService extends Object implements LogService
| Modifier and Type | Field and Description |
|---|---|
protected LogMessageFilter |
filter |
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
AbstractLogService() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Default implementation does nothing.
|
LogMessageFilter |
getFilter() |
void |
setFilter(LogMessageFilter filter)
Sets the filter to use for messages sent through this log service.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLog, getPriorityprotected LogMessageFilter filter
public void close()
close in interface LogServicepublic LogMessageFilter getFilter()
getFilter in interface LogServicepublic void setFilter(LogMessageFilter filter)
LogServicesetFilter in interface LogServiceCopyright © 2020 Liquibase.org. All rights reserved.