liquibase.ext.logger4xwiki
Class XWikiLiquibaseLogger
java.lang.Object
liquibase.ext.logger4xwiki.XWikiLiquibaseLogger
- All Implemented Interfaces:
- liquibase.logging.Logger, liquibase.servicelocator.PrioritizedService
public class XWikiLiquibaseLogger
- extends Object
- implements liquibase.logging.Logger
Implementation of the liquibase logger for the migration component.
Note: the package name is imposed by liquibase.
- Since:
- 4.0M1
- Version:
- $Id: 9b88138f9f1b81ca5c8837c7f660303dfca90e61 $
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
PRIORITY_DATABASE, PRIORITY_DEFAULT |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XWikiLiquibaseLogger
public XWikiLiquibaseLogger()
getPriority
public int getPriority()
- Specified by:
getPriority
in interface liquibase.servicelocator.PrioritizedService
setName
public void setName(String s)
- Specified by:
setName
in interface liquibase.logging.Logger
setLogLevel
public void setLogLevel(String s)
- Specified by:
setLogLevel
in interface liquibase.logging.Logger
setLogLevel
public void setLogLevel(liquibase.logging.LogLevel logLevel)
- Specified by:
setLogLevel
in interface liquibase.logging.Logger
setLogLevel
public void setLogLevel(String s,
String s1)
- Specified by:
setLogLevel
in interface liquibase.logging.Logger
getLogLevel
public liquibase.logging.LogLevel getLogLevel()
- Specified by:
getLogLevel
in interface liquibase.logging.Logger
severe
public void severe(String s)
- Specified by:
severe
in interface liquibase.logging.Logger
severe
public void severe(String s,
Throwable throwable)
- Specified by:
severe
in interface liquibase.logging.Logger
warning
public void warning(String s)
- Specified by:
warning
in interface liquibase.logging.Logger
warning
public void warning(String s,
Throwable throwable)
- Specified by:
warning
in interface liquibase.logging.Logger
info
public void info(String s)
- Specified by:
info
in interface liquibase.logging.Logger
info
public void info(String s,
Throwable throwable)
- Specified by:
info
in interface liquibase.logging.Logger
debug
public void debug(String s)
- Specified by:
debug
in interface liquibase.logging.Logger
debug
public void debug(String s,
Throwable throwable)
- Specified by:
debug
in interface liquibase.logging.Logger
Copyright © 2004–2014 XWiki. All rights reserved.