Class DisableSupportLoggerAdapter
java.lang.Object
org.broadleafcommerce.common.logging.DisableSupportLoggerAdapter
- All Implemented Interfaces:
SupportLoggerAdapter
An implementation of SupportLoggerAdapter that would disable SupportLogger logging. (i.e. do nothing)
- Author:
- Elbert Bautista (elbertbautista)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidIn order to be backwards compatible.voidvoidvoidvoidvoidgetName()voidvoidvoidlifecycle(LifeCycleEvent lifeCycleEvent, String message) emit a SUPPORT lifecycle messagevoidvoidemit a SUPPORT level messagevoidemit a SUPPORT level message with throwablevoidvoid
-
Constructor Details
-
DisableSupportLoggerAdapter
public DisableSupportLoggerAdapter()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceSupportLoggerAdapter
-
setName
- Specified by:
setNamein interfaceSupportLoggerAdapter
-
support
Description copied from interface:SupportLoggerAdapteremit a SUPPORT level message- Specified by:
supportin interfaceSupportLoggerAdapter
-
support
Description copied from interface:SupportLoggerAdapteremit a SUPPORT level message with throwable- Specified by:
supportin interfaceSupportLoggerAdapter
-
lifecycle
Description copied from interface:SupportLoggerAdapteremit a SUPPORT lifecycle message- Specified by:
lifecyclein interfaceSupportLoggerAdapter
-
debug
Description copied from interface:SupportLoggerAdapterIn order to be backwards compatible. The support logger should also support the debug, error, fatal, info, and warn levels as well.- Specified by:
debugin interfaceSupportLoggerAdapter
-
debug
- Specified by:
debugin interfaceSupportLoggerAdapter
-
error
- Specified by:
errorin interfaceSupportLoggerAdapter
-
error
- Specified by:
errorin interfaceSupportLoggerAdapter
-
fatal
- Specified by:
fatalin interfaceSupportLoggerAdapter
-
fatal
- Specified by:
fatalin interfaceSupportLoggerAdapter
-
info
- Specified by:
infoin interfaceSupportLoggerAdapter
-
info
- Specified by:
infoin interfaceSupportLoggerAdapter
-
warn
- Specified by:
warnin interfaceSupportLoggerAdapter
-
warn
- Specified by:
warnin interfaceSupportLoggerAdapter
-