MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setKeepLog

Method setKeepLog

src/eepp/system/log.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void Log::setKeepLog( bool keepLog ) {
75 mKeepLog = keepLog;
76}
77
78const std::string& Log::getFilePath() const {
79 return mFilePath;

Callers 2

loadConfigMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected