Package liquibase.logging.core
Class NoOpLogger
java.lang.Object
liquibase.AbstractExtensibleObject
liquibase.logging.core.AbstractLogger
liquibase.logging.core.NoOpLogger
- All Implemented Interfaces:
AutoCloseable,Cloneable,ExtensibleObject,Logger
Logger which does nothing with the log records it is provided.
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
NoOpLogger
public NoOpLogger()
-
-
Method Details
-
log
Description copied from interface:LoggerGeneric log method that can log at any log level
-