MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / getReportingLevel

Method getReportingLevel

src/Log.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8FILE* Log::file = NULL; //fopen(getLogPath().c_str(), "w");
9
10LogLevel Log::getReportingLevel()
11{
12 return reportingLevel;
13}
14
15std::string Log::getLogPath()
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected