liquibase.ext.logger4xwiki
Class XWikiLiquibaseLogger

java.lang.Object
  extended by liquibase.ext.logger4xwiki.XWikiLiquibaseLogger

public class XWikiLiquibaseLogger
extends Object

Implementation of the liquibase logger for the migration component. Note: the package name is imposed by liquibase.

Since:
4.0M1

Constructor Summary
XWikiLiquibaseLogger()
           
 
Method Summary
 void debug(String s)
           
 void debug(String s, Throwable throwable)
           
 LogLevel getLogLevel()
           
 int getPriority()
           
 void info(String s)
           
 void info(String s, Throwable throwable)
           
 void setLogLevel(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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiLiquibaseLogger

public XWikiLiquibaseLogger()
Method Detail

getPriority

public int getPriority()

setName

public void setName(String s)

setLogLevel

public void setLogLevel(String s)

setLogLevel

public void setLogLevel(LogLevel logLevel)

setLogLevel

public void setLogLevel(String s,
                        String s1)

getLogLevel

public LogLevel getLogLevel()

severe

public void severe(String s)

severe

public void severe(String s,
                   Throwable throwable)

warning

public void warning(String s)

warning

public void warning(String s,
                    Throwable throwable)

info

public void info(String s)

info

public void info(String s,
                 Throwable throwable)

debug

public void debug(String s)

debug

public void debug(String s,
                  Throwable throwable)