liquibase.logging.core
Class AbstractLogger
java.lang.Object
liquibase.logging.core.AbstractLogger
- All Implemented Interfaces:
- Logger, PrioritizedService
- Direct Known Subclasses:
- DefaultLogger
public abstract class AbstractLogger
- extends Object
- implements Logger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface liquibase.logging.Logger |
debug, debug, info, info, setChangeLog, setChangeSet, setLogLevel, setName, severe, severe, warning, warning |
AbstractLogger
public AbstractLogger()
getLogLevel
public LogLevel getLogLevel()
- Specified by:
getLogLevel
in interface Logger
setLogLevel
public void setLogLevel(String logLevel)
- Specified by:
setLogLevel
in interface Logger
setLogLevel
public void setLogLevel(LogLevel level)
- Specified by:
setLogLevel
in interface Logger
Copyright © 2013 Liquibase.org. All Rights Reserved.