Package liquibase.logging.core
Class CompositeLogger
java.lang.Object
liquibase.AbstractExtensibleObject
liquibase.logging.core.AbstractLogger
liquibase.logging.core.CompositeLogger
- All Implemented Interfaces:
AutoCloseable,Cloneable,ExtensibleObject,Logger
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeLogger(List<Logger> loggers) CompositeLogger(List<Logger> loggers, LogMessageFilter filter) Deprecated. -
Method Summary
Methods inherited from class liquibase.logging.core.AbstractLogger
config, config, debug, debug, filterMessage, fine, fine, info, info, severe, severe, warning, warningMethods inherited from class liquibase.AbstractExtensibleObject
clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface liquibase.ExtensibleObject
clone, describe, get, get, getAttributes, getObjectMetaData, getValuePath, has, set
CompositeLogger(List)