Class NoOpStatisticsServiceLogAdapter

java.lang.Object
org.broadleafcommerce.common.cache.NoOpStatisticsServiceLogAdapter
All Implemented Interfaces:
StatisticsServiceLogAdapter

public class NoOpStatisticsServiceLogAdapter extends Object implements 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)