Class DisableSupportLoggerAdapter

java.lang.Object
org.broadleafcommerce.common.logging.DisableSupportLoggerAdapter
All Implemented Interfaces:
SupportLoggerAdapter

public class DisableSupportLoggerAdapter extends Object implements SupportLoggerAdapter

An implementation of SupportLoggerAdapter that would disable SupportLogger logging. (i.e. do nothing)

Author:
Elbert Bautista (elbertbautista)