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

Method format

src/log4qt/binarylayout.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17QString BinaryLayout::format(const LoggingEvent &event)
18{
19 Q_UNUSED(event)
20 return QString{};
21}
22
23QString BinaryLayout::contentType() const
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected