Package liquibase.logging.mdc
Interface CustomMdcObject
- All Known Implementing Classes:
ChangesetsRolledback
,ChangesetsUpdated
,DiffResultsSummary
,DuplicateChangesets
,ExceptionDetails
,History
,MdcChangeset
,MdcChangesetExtended
,RollbackSqlFile
,SimpleStatus
,Status
,UpdateSummary
,Version
public interface CustomMdcObject
Marker interface that identifies an object as a custom object used in MDC. The structured log formatter automatically
recognizes all the classes which implement this interface and properly formats their JSON output.