This is the "filter" msg_buffer class which allows you to filter messages based on their profile.
This is the "filter" msg_buffer class which allows you to filter messages based on their profile. Its default behavior is to let all messages pass. You can use the member functions to tailor the kind of messages filtered and passed on.
filter_msg_buffer(const int type_max, const int source_max, const int sev_max, const int msglen=256)
virtual ~filter_msg_buffer()
virtual int sync()
virtual int set(const int msg_type, const int msg_source, const int msg_severity, const int value = OFF)
virtual int set_severity_below_threshold(const int threshold, const int value =OFF)
virtual int set_type(const int type, const int value =OFF)
virtual int set_source(const int source, const int value =OFF)
Alphabetic index HTML hierarchy of classes or Java