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 TypeMethodDescriptionvoid
In order to be backwards compatible.void
void
void
void
void
getName()
void
void
void
lifecycle
(LifeCycleEvent lifeCycleEvent, String message) emit a SUPPORT lifecycle messagevoid
void
emit a SUPPORT level messagevoid
emit a SUPPORT level message with throwablevoid
void
-
Constructor Details
-
DisableSupportLoggerAdapter
public DisableSupportLoggerAdapter()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceSupportLoggerAdapter
-
setName
- Specified by:
setName
in interfaceSupportLoggerAdapter
-
support
Description copied from interface:SupportLoggerAdapter
emit a SUPPORT level message- Specified by:
support
in interfaceSupportLoggerAdapter
-
support
Description copied from interface:SupportLoggerAdapter
emit a SUPPORT level message with throwable- Specified by:
support
in interfaceSupportLoggerAdapter
-
lifecycle
Description copied from interface:SupportLoggerAdapter
emit a SUPPORT lifecycle message- Specified by:
lifecycle
in interfaceSupportLoggerAdapter
-
debug
Description copied from interface:SupportLoggerAdapter
In order to be backwards compatible. The support logger should also support the debug, error, fatal, info, and warn levels as well.- Specified by:
debug
in interfaceSupportLoggerAdapter
-
debug
- Specified by:
debug
in interfaceSupportLoggerAdapter
-
error
- Specified by:
error
in interfaceSupportLoggerAdapter
-
error
- Specified by:
error
in interfaceSupportLoggerAdapter
-
fatal
- Specified by:
fatal
in interfaceSupportLoggerAdapter
-
fatal
- Specified by:
fatal
in interfaceSupportLoggerAdapter
-
info
- Specified by:
info
in interfaceSupportLoggerAdapter
-
info
- Specified by:
info
in interfaceSupportLoggerAdapter
-
warn
- Specified by:
warn
in interfaceSupportLoggerAdapter
-
warn
- Specified by:
warn
in interfaceSupportLoggerAdapter
-