public class CompositeLogService extends AbstractLogService
filterPRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
CompositeLogService() |
CompositeLogService(boolean includeCurrentScopeLogService,
LogService... logService) |
| Modifier and Type | Method and Description |
|---|---|
Logger |
getLog(Class clazz)
Creates a logger for logging from the given class.
|
int |
getPriority() |
close, getFilter, setFilterpublic CompositeLogService()
public CompositeLogService(boolean includeCurrentScopeLogService,
LogService... logService)
public int getPriority()
public Logger getLog(Class clazz)
LogServiceCopyright © 2020 Liquibase.org. All rights reserved.