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

Method open

src/Log.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Log::open()
27{
28 file = fopen(getLogPath().c_str(), "w");
29}
30
31std::ostringstream& Log::get(LogLevel level)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected