MCPcopy 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
15std::string Log::getLogPath()
16{
17 std::string home = getHomePath();
18 return home + "/.emulationstation/es_log.txt";
19}
20
21void Log::setReportingLevel(LogLevel level)
22{

Callers

nothing calls this directly

Calls 1

getHomePathFunction · 0.85

Tested by

no test coverage detected