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

Method flush

LogManager.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void LogManager::flush()
186{
187 std::lock_guard<std::mutex> grd(entry_mutex);
188 _flush();
189}
190
191void LogManager::_append(const char* filename, int line, unsigned int level, const char* fmt, va_list va)
192{

Callers 4

_flushMethod · 0.80
DeviceUpdateLEDsMethod · 0.80
DeviceUpdateModeMethod · 0.80
SetRGBMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected