Package | Description |
---|---|
liquibase.logging | |
liquibase.logging.core |
Modifier and Type | Method and Description |
---|---|
LogLevel |
Logger.getLogLevel() |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LogFactory.setDefaultLoggingLevel(LogLevel defaultLoggingLevel) |
void |
Logger.setLogLevel(LogLevel level) |
Modifier and Type | Method and Description |
---|---|
LogLevel |
AbstractLogger.getLogLevel() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultLogger.print(LogLevel logLevel,
String message) |
void |
AbstractLogger.setLogLevel(LogLevel level) |
Copyright © 2014 Liquibase.org. All rights reserved.