public abstract class AbstractLogService extends Object implements LogService
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()
Deprecated.
always returns null
|
void |
setFilter(LogMessageFilter filter)
Deprecated.
does not save the filter
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLog, getPriority
public void close()
close
in interface LogService
@Deprecated public LogMessageFilter getFilter()
getFilter
in interface LogService
@Deprecated public void setFilter(LogMessageFilter filter)
LogService
setFilter
in interface LogService
Copyright © 2023 Liquibase.org. All rights reserved.