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

Method append

LogManager.cpp:280–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void LogManager::append(const char* filename, int line, unsigned int level, const char* fmt, ...)
281{
282 va_list va;
283 va_start(va, fmt);
284
285 std::lock_guard<std::mutex> grd(entry_mutex);
286 _append(filename, line, level, fmt, va);
287
288 va_end(va);
289}
290
291void LogManager::setLoglevel(unsigned int level)
292{

Callers 15

UpdateProfileListMethod · 0.45
cli_pre_detectionFunction · 0.45
ResourceManagerMethod · 0.45
AttemptLocalConnectionFunction · 0.45
KeyboardLayoutManagerMethod · 0.45
find_usb_serial_portFunction · 0.45
i2c_detectFunction · 0.45
i2c_dumpFunction · 0.45
i2c_readFunction · 0.45
SetupZonesMethod · 0.45
GetDeviceLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected