MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / setLogFunction

Method setLogFunction

src/installer/gui/windows/utils/archive.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void Archive::setLogFunction(const std::function<void (const std::wstring &)> &func)
25{
26 logFunction_ = func;
27}
28
29void Archive::log(const std::wstring& msg)
30{

Callers 3

executeStepMethod · 0.80
extractUninstallerMethod · 0.80
wWinMainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected