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.PrioritizedService
public void setName(String name)
setName
in interface liquibase.logging.Logger
public void setLogLevel(String logLevel, String logFile)
setLogLevel
in interface liquibase.logging.Logger
public void severe(String message)
severe
in interface liquibase.logging.Logger
public void severe(String message, Throwable e)
severe
in interface liquibase.logging.Logger
public void warning(String message)
warning
in interface liquibase.logging.Logger
public void warning(String message, Throwable e)
warning
in interface liquibase.logging.Logger
public void info(String message)
info
in interface liquibase.logging.Logger
public void info(String message, Throwable e)
info
in interface liquibase.logging.Logger
public void debug(String message)
debug
in interface liquibase.logging.Logger
public void debug(String message, Throwable e)
debug
in interface liquibase.logging.Logger
public void setLogLevel(String level)
setLogLevel
in interface liquibase.logging.Logger
public void setLogLevel(liquibase.logging.LogLevel level)
setLogLevel
in interface liquibase.logging.Logger
public liquibase.logging.LogLevel getLogLevel()
getLogLevel
in interface liquibase.logging.Logger
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.