struct streaming_rule
Overview
Rule that describes how a message should be processed More…
#include <logger_stream_rules.h> struct streaming_rule { // fields char name[LOG_MAX_FILTER_RULE_NAME]; streaming_handler handler; };
Detailed Documentation
Rule that describes how a message should be processed
Fields
char name[LOG_MAX_FILTER_RULE_NAME]
Rule name
streaming_handler handler
Handler function