Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
QString BinaryLayout::format(const LoggingEvent &event)
18
{
19
Q_UNUSED(event)
20
return QString{};
21
}
22
23
QString BinaryLayout::contentType() const
24
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected