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 |
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 © 2012 Liquibase.org. All Rights Reserved.