Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getLogPath
Method
getLogPath
src/Log.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
std::string Log::getLogPath()
16
{
17
std::string home = getHomePath();
18
return home +
"/.emulationstation/es_log.txt"
;
19
}
20
21
void Log::setReportingLevel(LogLevel level)
22
{
Callers
nothing calls this directly
Calls
1
getHomePath
Function · 0.85
Tested by
no test coverage detected