public interface LogService extends Plugin
Logger instances through a LogService.
The default LoggerFactory used in JavaLogService uses LoggerPRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
|
LogMessageFilter |
getFilter() |
Logger |
getLog(Class clazz)
Creates a logger for logging from the given class.
|
int |
getPriority() |
void |
setFilter(LogMessageFilter filter)
Sets the filter to use for messages sent through this log service.
|
int getPriority()
Logger getLog(Class clazz)
void close()
LogMessageFilter getFilter()
void setFilter(LogMessageFilter filter)
Copyright © 2022 Liquibase.org. All rights reserved.