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

Method log

tests/binaryloggertest/binaryloggertest.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 void log(const QByteArray &data, const QString &loggename = QString{})
99 {
100 auto mylogger = Log4Qt::Logger::logger(loggename);
101 Log4Qt::BinaryLoggingEvent event(mylogger, Log4Qt::Level::INFO_INT, data);
102 mylogger->callAppenders(event);
103 }
104
105 void configureLogger(Log4Qt::Logger *mylogger)
106 {

Callers

nothing calls this directly

Calls 1

callAppendersMethod · 0.45

Tested by

no test coverage detected