MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / debug_manager_handler

Function debug_manager_handler

src/DebugManager.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static void debug_manager_handler(QtMsgType type, const QMessageLogContext &context, const QString &msg)
37{
38 const QString log_message = qFormatLogMessage(type, context, msg);
39 for (DebugOutputHandler handler : *handlers) {
40 handler(log_message);
41 }
42
43 original(type, context, msg);
44}
45
46
47void DebugManager::manageDebugOutput()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected