![]() |
Icinga-core 1.4.0
next gen monitoring
|
log entry filter struct More...
#include <readlogs.h>
Data Fields | |
int | include |
int | exclude |
struct logentry_filter * | next |
log entry filter struct
structure to hold log file filters add_log_filter
Definition at line 130 of file readlogs.h.
type of log entry which should be excluded -> LOG ENTRY TYPES
Definition at line 132 of file readlogs.h.
type of log entry which should be included -> LOG ENTRY TYPES
Definition at line 131 of file readlogs.h.
struct logentry_filter* logentry_filter::next |
next logentry_filter
Definition at line 133 of file readlogs.h.