Class NoOpStatisticsServiceLogAdapter
java.lang.Object
org.broadleafcommerce.common.cache.NoOpStatisticsServiceLogAdapter
- All Implemented Interfaces:
StatisticsServiceLogAdapter
An implementation of StatisticsServiceLogAdapter that does nothing.
If your application, requires a specific logging framework then the custom application can
implement the appropriate setLevel() methods necessary to activate and disable logging.
- Author:
- Elbert Bautista (elbertbautista)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activateLogging
(Class clazz) void
disableLogging
(Class clazz)
-
Constructor Details
-
NoOpStatisticsServiceLogAdapter
public NoOpStatisticsServiceLogAdapter()
-
-
Method Details
-
activateLogging
- Specified by:
activateLogging
in interfaceStatisticsServiceLogAdapter
-
disableLogging
- Specified by:
disableLogging
in interfaceStatisticsServiceLogAdapter
-