MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / logMessageDebug

Method logMessageDebug

Telegram/SourceFiles/core/base_integration.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void BaseIntegration::logMessageDebug(const QString &message) {
29 Logs::writeDebug(message);
30}
31
32void BaseIntegration::logMessage(const QString &message) {
33 Logs::writeMain(message);

Callers

nothing calls this directly

Calls 1

writeDebugFunction · 0.85

Tested by

no test coverage detected