MCPcopy Create free account
hub / github.com/ddnet/ddnet / log_logger_file

Function log_logger_file

src/base/log.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274};
275
276std::unique_ptr<ILogger> log_logger_file(IOHANDLE logfile)
277{
278 return std::make_unique<CLoggerAsync>(logfile, false, true);
279}
280
281#if defined(CONF_FAMILY_WINDOWS)
282static int color_hsv_to_windows_console_color(const ColorHSVA &Hsv)

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected