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

Method binaryFormat

src/log4qt/binarylayout.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12QByteArray BinaryLayout::binaryFormat(const BinaryLoggingEvent &event) const
13{
14 return event.binaryMessage();
15}
16
17QString BinaryLayout::format(const LoggingEvent &event)
18{

Callers 1

appendMethod · 0.80

Calls 1

binaryMessageMethod · 0.80

Tested by

no test coverage detected