Package liquibase.logging.core
Class CompositeLogService
java.lang.Object
liquibase.logging.core.AbstractLogService
liquibase.logging.core.CompositeLogService
- All Implemented Interfaces:
LogService
,Plugin
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
ConstructorDescriptionCompositeLogService
(boolean includeCurrentScopeLogService, LogService... logService) -
Method Summary
Modifier and TypeMethodDescriptionCreates a logger for logging from the given class.int
Methods inherited from class liquibase.logging.core.AbstractLogService
close, getFilter, setFilter
-
Constructor Details
-
CompositeLogService
public CompositeLogService() -
CompositeLogService
-
-
Method Details
-
getPriority
public int getPriority() -
getLog
Description copied from interface:LogService
Creates a logger for logging from the given class. Unlike most logging systems, there is no exposed getLog(String) method in order to provide more consistency in how logs are named.
-