Interface | Description |
---|---|
Logger |
Interface to class that does the actual logging.
|
LoggerContext |
LoggerContexts are used for tracking "nested diagnostic context" as well as tracking progress.
|
LoggerFactory |
Primary front-end for various Logging implementations by constructing the correct
Logger version. |
Class | Description |
---|---|
LogFactory | Deprecated
use
LogService now. |
LogService |
Primary facade for working with Logs in Liquibase.
|
Enum | Description |
---|---|
LogLevel |
The allowed levels for logging.
|
LogType |
The type of message being logged.
|
Copyright © 2019 Liquibase.org. All rights reserved.