Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
FILE* Log::file = NULL; //fopen(getLogPath().c_str(),
"w"
);
9
10
LogLevel Log::getReportingLevel()
11
{
12
return reportingLevel;
13
}
14
15
std::string Log::getLogPath()
16
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected