Interface HybrisLogFilter

All Known Implementing Classes:
ImpExLogFilter

public interface HybrisLogFilter
A log filter is called before a log is logged if it is registered using HybrisLogger.addFilter(HybrisLogFilter). The filter can modify the log event and even can deny the logging of the event using HybrisLoggingEvent.deny().