liquibase.logging.core
Class AbstractLogger

java.lang.Object
  extended by liquibase.logging.core.AbstractLogger
All Implemented Interfaces:
Logger, PrioritizedService
Direct Known Subclasses:
DefaultLogger

public abstract class AbstractLogger
extends Object
implements Logger


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
AbstractLogger()
           
 
Method Summary
 LogLevel getLogLevel()
           
 void setLogLevel(LogLevel level)
           
 void setLogLevel(String logLevel)
           
 
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
 
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
 

Constructor Detail

AbstractLogger

public AbstractLogger()
Method Detail

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.