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
-
Method Summary
Methods inherited from class liquibase.logging.core.AbstractLogger
config, config, debug, debug, filterMessage, fine, fine, info, info, severe, severe, warning, warning
Methods inherited from class liquibase.AbstractExtensibleObject
clone, describe, equals, get, get, get, getAttributes, getFieldValue, getObjectMetaData, getValuePath, has, hashCode, set, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:Logger
Generic log method that can log at any log level
-