MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / create_async

Function create_async

3rd/spdlog/include/spdlog/async.h:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63template<typename Sink, typename... SinkArgs>
64inline std::shared_ptr<spdlog::logger> create_async(std::string logger_name, SinkArgs &&... sink_args)
65{
66 return async_factory::create<Sink>(std::move(logger_name), std::forward<SinkArgs>(sink_args)...);
67}
68
69template<typename Sink, typename... SinkArgs>
70inline std::shared_ptr<spdlog::logger> create_async_nb(std::string logger_name, SinkArgs &&... sink_args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected