MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / TMessProcessRule

Class TMessProcessRule

source/messprocessing.h:35–46  ·  view source on GitHub ↗

--------------------------------------------------------------------------- message process rule item

Source from the content-addressed store, hash-verified

33//---------------------------------------------------------------------------
34// message process rule item
35class TMessProcessRule
36{
37public:
38 bool bEnable;
39 TMessMatch Match;
40 TMessProcess Process;
41
42public:
43 TMessProcessRule();
44 void Save(XMLElementEx * p);
45 bool Load(XMLElementEx * p);
46};
47//---------------------------------------------------------------------------
48// message process rule list
49class TMessProcessRuleList : public TList

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected