MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / SetLoggingFunction

Function SetLoggingFunction

tgcalls/Instance.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void SetLoggingFunction(std::function<void(std::string const &)> loggingFunction) {
63 globalLoggingFunction = loggingFunction;
64}
65
66} // namespace tgcalls

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected