Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
QByteArray BinaryLayout::binaryFormat(const BinaryLoggingEvent &event) const
13
{
14
return event.binaryMessage();
15
}
16
17
QString BinaryLayout::format(const LoggingEvent &event)
18
{
Callers
1
append
Method · 0.80
Calls
1
binaryMessage
Method · 0.80
Tested by
no test coverage detected