Package liquibase.logging.core
Class BufferedLogService
java.lang.Object
liquibase.logging.core.AbstractLogService
liquibase.logging.core.BufferedLogService
- All Implemented Interfaces:
LogService
,Plugin
Deprecated.
-
Nested Class Summary
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Deprecated.Creates a logger for logging from the given class.getLogAsString
(Level minimumLevel) Deprecated.int
Deprecated.Methods inherited from class liquibase.logging.core.AbstractLogService
close, getFilter, setFilter
-
Field Details
-
MAX_LOG_LENGTH
public static final int MAX_LOG_LENGTHDeprecated.- See Also:
-
-
Constructor Details
-
BufferedLogService
public BufferedLogService()Deprecated.
-
-
Method Details
-
getPriority
public int getPriority()Deprecated. -
getLog
Deprecated.Description copied from interface:LogService
Creates 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. -
getLogAsString
Deprecated. -
addLog
Deprecated.
-