9 #ifndef luasandbox_util_heka_message_matcher_h_ 10 #define luasandbox_util_heka_message_matcher_h_ struct lsb_message_matcher lsb_message_matcher
Heka message representation.
LSB_UTIL_EXPORT bool lsb_eval_message_matcher(lsb_message_matcher *mm, lsb_heka_message *m)
Evaluates the message matcher against the provided message.
LSB_UTIL_EXPORT lsb_message_matcher * lsb_create_message_matcher(const char *exp)
Parses a message matcher expression and returns the matcher.
LSB_UTIL_EXPORT void lsb_destroy_message_matcher(lsb_message_matcher *mm)
Frees all memory associated with a message matcher instance.