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

Method PatternLayout

src/log4qt/patternlayout.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34PatternLayout::PatternLayout(QObject *parent) :
35 Layout(parent)
36{
37 setConversionPattern(DEFAULT_CONVERSION_PATTERN);
38}
39
40PatternLayout::PatternLayout(const QString &pattern,
41 QObject *parent) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected