MCPcopy Create free account
hub / github.com/MultiMC/Launcher / logMessage

Method logMessage

libraries/ganalytics/src/ganalytics_worker.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void GAnalyticsWorker::logMessage(GAnalytics::LogLevel level, const QString &message)
52{
53 if (m_logLevel > level)
54 {
55 return;
56 }
57
58 qDebug() << "[Analytics]" << message;
59}
60
61/**
62 * Build the POST query. Adds all parameter to the query

Callers 1

sendScreenViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected