liquibase.logging.core
Class AbstractLogger
java.lang.Object
liquibase.logging.core.AbstractLogger
- All Implemented Interfaces:
- Logger, PrioritizedService
- Direct Known Subclasses:
- AntTaskLogger, 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
closeLogFile
public void closeLogFile()
- Specified by:
closeLogFile
in interface Logger
toLogLevel
protected LogLevel toLogLevel(String logLevel)
buildMessage
protected String buildMessage(String message)
setLogLevel
public void setLogLevel(LogLevel level)
- Specified by:
setLogLevel
in interface Logger
setChangeLog
public void setChangeLog(DatabaseChangeLog databaseChangeLog)
- Specified by:
setChangeLog
in interface Logger
setChangeSet
public void setChangeSet(ChangeSet changeSet)
- Specified by:
setChangeSet
in interface Logger
Copyright © 2016 Liquibase.org. All rights reserved.