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

Method BinaryToTextLayout

src/log4qt/binarytotextlayout.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10BinaryToTextLayout::BinaryToTextLayout(const LayoutSharedPtr &subLayout, QObject *parent)
11 : Layout(parent)
12 , mSubLayout(subLayout)
13{
14}
15
16QString BinaryToTextLayout::format(const LoggingEvent &event)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected