public class DefaultLoggerConfiguration extends AbstractConfigurationContainer
LogService propertiesAbstractConfigurationContainer.ConfigurationContainer| Constructor and Description |
|---|
DefaultLoggerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
getLogLevel()
Transforms the strings DEBUG, INFO, WARNING, ERROR and OFF (case-insensitive) into the appropriate LogLevel.
|
String |
getLogLevelName() |
DefaultLoggerConfiguration |
setLogLevel(String name) |
getContainer, getProperties, getProperty, getValue, init, setValuepublic static final String LOG_LEVEL
public String getLogLevelName()
public LogLevel getLogLevel()
public DefaultLoggerConfiguration setLogLevel(String name)
Copyright © 2019 Liquibase.org. All rights reserved.