MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / log

Method log

cli/jsconsole.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void JSConsole::log(const QString &msg) const
12{
13 cerr << "script: "<< msg.toStdString() << endl;
14}

Callers 1

example.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected