struct streaming_filter
Overview
Message filter with a set of streaming actions More…
#include <logger_stream_rules.h> struct streaming_filter { // fields log_msg_filter filter; streaming_action actions[LOG_MAX_FILTER_RULES]; size_t actions_num; };
Detailed Documentation
Message filter with a set of streaming actions
Fields
log_msg_filter filter
Message filter
streaming_action actions[LOG_MAX_FILTER_RULES]
List of actions
size_t actions_num
Number of actions