Package liquibase.logging.core
Class DefaultLoggerConfiguration
- java.lang.Object
-
- liquibase.logging.core.DefaultLoggerConfiguration
-
- All Implemented Interfaces:
AutoloadedConfigurations
@Deprecated public class DefaultLoggerConfiguration extends Object implements AutoloadedConfigurations
Deprecated.not in use anywhere in Liquibase code and has been superseded by log-level and its associated command line parametersConfiguration container forLogServiceproperties
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigurationDefinition<String>LOG_LEVELDeprecated.
-
Constructor Summary
Constructors Constructor Description DefaultLoggerConfiguration()Deprecated.
-
-
-
Field Detail
-
LOG_LEVEL
@Deprecated public static ConfigurationDefinition<String> LOG_LEVEL
Deprecated.
-
-