Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
std::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
217
class CLoggerAsync : public ILogger
218
{
Callers
3
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected