public class JavaLogService extends AbstractLogService
PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED| Constructor and Description |
|---|
JavaLogService() |
| Modifier and Type | Method and Description |
|---|---|
Logger |
getLog(Class clazz)
Creates a logger for logging from the given class.
|
protected String |
getLogName(Class clazz)
Because java.util.logging differentiates between the log name and the class/method logging,
we can collapses the log names to a simpler/smaller set to allow configuration to rely on the class name less.
|
int |
getPriority() |
closepublic int getPriority()
public Logger getLog(Class clazz)
LogServiceprotected String getLogName(Class clazz)
Change classes will return a log name of "liquibase.change" no matter what class name or package name they have.Copyright © 2020 Liquibase.org. All rights reserved.