MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / getLoglevel

Method getLoglevel

LogManager.cpp:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37unsigned int LogManager::getLoglevel()
38{
39 if(log_console_enabled)
40 {
41 return(LL_TRACE);
42 }
43 else
44 {
45 return(loglevel);
46 }
47}
48
49void LogManager::configure(json config, const filesystem::path& defaultDir)
50{

Callers 8

ENESMBusControllerMethod · 0.80
initialiseDeviceMethod · 0.80
OpenRGBConsolePageMethod · 0.80
RefreshMethod · 0.80
OpenRGBConsolePageMethod · 0.80
RefreshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected