Package liquibase.logging.core
Class BufferedLogService
- java.lang.Object
-
- liquibase.logging.core.AbstractLogService
-
- liquibase.logging.core.BufferedLogService
-
- All Implemented Interfaces:
LogService,Plugin
@Deprecated public class BufferedLogService extends AbstractLogService
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBufferedLogService.BufferedLogMessageDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static intMAX_LOG_LENGTHDeprecated.-
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
-
Constructor Summary
Constructors Constructor Description BufferedLogService()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddLog(BufferedLogService.BufferedLogMessage log)Deprecated.List<BufferedLogService.BufferedLogMessage>getLog()Deprecated.LoggergetLog(Class clazz)Deprecated.Creates a logger for logging from the given class.StringgetLogAsString(Level minimumLevel)Deprecated.intgetPriority()Deprecated.-
Methods inherited from class liquibase.logging.core.AbstractLogService
close, getFilter, setFilter
-
-
-
-
Field Detail
-
MAX_LOG_LENGTH
public static final int MAX_LOG_LENGTH
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getPriority
public int getPriority()
Deprecated.
-
getLog
public Logger getLog(Class clazz)
Deprecated.Description copied from interface:LogServiceCreates a logger for logging from the given class. Unlike most logging systems, there is no exposed getLog(String) method in order to provide more consistency in how logs are named.
-
getLog
public List<BufferedLogService.BufferedLogMessage> getLog()
Deprecated.
-
addLog
public void addLog(BufferedLogService.BufferedLogMessage log)
Deprecated.
-
-