Class Log4j2StatisticsServiceLogAdapter
java.lang.Object
org.broadleafcommerce.common.cache.Log4j2StatisticsServiceLogAdapter
- All Implemented Interfaces:
StatisticsServiceLogAdapter
public class Log4j2StatisticsServiceLogAdapter
extends Object
implements StatisticsServiceLogAdapter
Specific implementation used with a Log4j2 dependency
- Author:
- Nathan Moore (nathanmoore).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activateLogging
(Class clazz) void
disableLogging
(Class clazz)
-
Constructor Details
-
Log4j2StatisticsServiceLogAdapter
public Log4j2StatisticsServiceLogAdapter()
-
-
Method Details
-
activateLogging
- Specified by:
activateLogging
in interfaceStatisticsServiceLogAdapter
-
disableLogging
- Specified by:
disableLogging
in interfaceStatisticsServiceLogAdapter
-