Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlagBrew/PKSM
/ initFileLogging
Method
initFileLogging
3ds/source/utils/logging.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
void Logging::initFileLogging()
234
{
235
logFile = fopen(logFilePath.c_str(),
"a"
);
236
}
237
238
void Logging::exit()
239
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected