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

Function log_logger_collection

src/base/log.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210};
211
212std::unique_ptr<ILogger> log_logger_collection(std::vector<std::shared_ptr<ILogger>> &&vpLoggers)
213{
214 return std::make_unique<CLoggerCollection>(std::move(vpLoggers));
215}
216
217class CLoggerAsync : public ILogger
218{

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected