MCPcopy Create free account
hub / github.com/MEONMedical/Log4Qt / StringMatchFilter

Method StringMatchFilter

src/log4qt/varia/stringmatchfilter.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31{
32
33StringMatchFilter::StringMatchFilter(QObject *parent) :
34 Filter(parent),
35 mAcceptOnMatch(true),
36 mStringToMatch()
37{}
38
39
40Filter::Decision StringMatchFilter::decide(const LoggingEvent &event) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected