Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setLogLevelThreshold
Method
setLogLevelThreshold
src/eepp/system/log.cpp:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
void Log::setLogLevelThreshold( const LogLevel& logLevelThreshold ) {
106
mLogLevelThreshold = logLevelThreshold;
107
}
108
109
void Log::save( const std::string& filepath ) {
110
if ( !filepath.empty() ) {
Callers
2
create
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected