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

Method BinaryLogStream

src/log4qt/binarylogstream.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36BinaryLogStream::BinaryLogStream(const Logger *logger, Level level)
37 : mStream(new Stream(logger, level))
38{
39}
40
41BinaryLogStream &BinaryLogStream::operator<<(const QByteArray &data)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected