liquibase.logging.core
Class DefaultLogger
java.lang.Object
liquibase.logging.core.AbstractLogger
liquibase.logging.core.DefaultLogger
- All Implemented Interfaces:
- Logger, PrioritizedService
public class DefaultLogger
- extends AbstractLogger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLogger
public DefaultLogger()
getPriority
public int getPriority()
setName
public void setName(String name)
getLogLevel
public LogLevel getLogLevel()
- Specified by:
getLogLevel
in interface Logger
- Overrides:
getLogLevel
in class AbstractLogger
setLogLevel
public void setLogLevel(String logLevel,
String logFile)
closeLogFile
public void closeLogFile()
- Specified by:
closeLogFile
in interface Logger
- Overrides:
closeLogFile
in class AbstractLogger
severe
public void severe(String message)
print
protected void print(LogLevel logLevel,
String message)
severe
public void severe(String message,
Throwable e)
warning
public void warning(String message)
warning
public void warning(String message,
Throwable e)
info
public void info(String message)
info
public void info(String message,
Throwable e)
debug
public void debug(String message)
debug
public void debug(String message,
Throwable e)
Copyright © 2016 Liquibase.org. All rights reserved.