- All Implemented Interfaces:
- ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle
public class ExcludeClassifiedMarkerFilter
extends ch.qos.logback.core.filter.AbstractMatcherFilter<ch.qos.logback.classic.spi.ILoggingEvent>
Filters logging for information classification markers. If a logging event
has a an information classification marker (RESTRICTED, CONFIDENTIAL, SECRET,
TOP_SECRET) attached to it, it will fail the filter.
This is useful to exclude classified information from a general log
file.
- Author:
- August Detlefsen [augustd@codemagi.com]