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

Method requestLog

cli/application.cpp:367–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void Application::requestLog(const ArgumentOccurrence &)
368{
369 connect(&m_connection, &SyncthingConnection::logAvailable, printLog);
370 m_connection.requestLog();
371 cerr << "Request log from " << m_settings.syncthingUrl.toLocal8Bit().data() << " ...";
372 cerr.flush();
373}
374
375void Application::requestShutdown(const ArgumentOccurrence &)
376{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected