public class LiquibaseLogger extends Object implements liquibase.logging.Logger
| Constructor and Description |
|---|
LiquibaseLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message) |
void |
debug(String message,
Throwable e) |
liquibase.logging.LogLevel |
getLogLevel() |
int |
getPriority() |
void |
info(String message) |
void |
info(String message,
Throwable e) |
void |
setLogLevel(liquibase.logging.LogLevel level) |
void |
setLogLevel(String level) |
void |
setLogLevel(String logLevel,
String logFile) |
void |
setName(String name) |
void |
severe(String message) |
void |
severe(String message,
Throwable e) |
void |
warning(String message) |
void |
warning(String message,
Throwable e) |
public int getPriority()
getPriority in interface liquibase.servicelocator.PrioritizedServicepublic void setName(String name)
setName in interface liquibase.logging.Loggerpublic void setLogLevel(String logLevel, String logFile)
setLogLevel in interface liquibase.logging.Loggerpublic void severe(String message)
severe in interface liquibase.logging.Loggerpublic void severe(String message, Throwable e)
severe in interface liquibase.logging.Loggerpublic void warning(String message)
warning in interface liquibase.logging.Loggerpublic void warning(String message, Throwable e)
warning in interface liquibase.logging.Loggerpublic void info(String message)
info in interface liquibase.logging.Loggerpublic void info(String message, Throwable e)
info in interface liquibase.logging.Loggerpublic void debug(String message)
debug in interface liquibase.logging.Loggerpublic void debug(String message, Throwable e)
debug in interface liquibase.logging.Loggerpublic void setLogLevel(String level)
setLogLevel in interface liquibase.logging.Loggerpublic void setLogLevel(liquibase.logging.LogLevel level)
setLogLevel in interface liquibase.logging.Loggerpublic liquibase.logging.LogLevel getLogLevel()
getLogLevel in interface liquibase.logging.LoggerCopyright © 2018 XIMA MEDIA GmbH. All rights reserved.