public class XWikiLiquibaseLogger extends Object implements liquibase.logging.Logger
Constructor and Description |
---|
XWikiLiquibaseLogger() |
Modifier and Type | Method and Description |
---|---|
void |
debug(String s) |
void |
debug(String s,
Throwable throwable) |
liquibase.logging.LogLevel |
getLogLevel() |
int |
getPriority() |
void |
info(String s) |
void |
info(String s,
Throwable throwable) |
void |
setLogLevel(liquibase.logging.LogLevel logLevel) |
void |
setLogLevel(String s) |
void |
setLogLevel(String s,
String s1) |
void |
setName(String s) |
void |
severe(String s) |
void |
severe(String s,
Throwable throwable) |
void |
warning(String s) |
void |
warning(String s,
Throwable throwable) |
public int getPriority()
getPriority
in interface liquibase.servicelocator.PrioritizedService
public void setName(String s)
setName
in interface liquibase.logging.Logger
public void setLogLevel(String s)
setLogLevel
in interface liquibase.logging.Logger
public void setLogLevel(liquibase.logging.LogLevel logLevel)
setLogLevel
in interface liquibase.logging.Logger
public void setLogLevel(String s, String s1)
setLogLevel
in interface liquibase.logging.Logger
public liquibase.logging.LogLevel getLogLevel()
getLogLevel
in interface liquibase.logging.Logger
public void severe(String s)
severe
in interface liquibase.logging.Logger
public void severe(String s, Throwable throwable)
severe
in interface liquibase.logging.Logger
public void warning(String s)
warning
in interface liquibase.logging.Logger
public void warning(String s, Throwable throwable)
warning
in interface liquibase.logging.Logger
public void info(String s)
info
in interface liquibase.logging.Logger
public void info(String s, Throwable throwable)
info
in interface liquibase.logging.Logger
public void debug(String s)
debug
in interface liquibase.logging.Logger
Copyright © 2004–2017 XWiki. All rights reserved.