Log4gDenyAllFilter
Log4gDenyAllFilter — Drop all logging events
|
|
Description
This filter drops all logging events.
Add this filter to the end of a filter chain to switch from the default
behavior of "accept all unless instructed otherwise" to a "deny all unless
instructed otherwise" behavior.
Details
Log4gDenyAllFilter
typedef struct {
} Log4gDenyAllFilter;
The Log4gDenyAllFilter structure does not have any
public members.
Log4gDenyAllFilterClass
typedef struct {
} Log4gDenyAllFilterClass;
The Log4gDenyAllFilterClass structure does not have
any public members.