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

Method logMessage

Telegram/SourceFiles/core/base_integration.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void BaseIntegration::logMessage(const QString &message) {
33 Logs::writeMain(message);
34}
35
36void BaseIntegration::setCrashAnnotation(
37 const std::string &key,

Callers

nothing calls this directly

Calls 1

writeMainFunction · 0.85

Tested by

no test coverage detected