MCPcopy Create free account
hub / github.com/lief-project/LIEF / stderr_python_mt

Function stderr_python_mt

api/python/src/spdlog/sinks/python_sink.h:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49template<typename Factory = spdlog::synchronous_factory>
50inline std::shared_ptr<logger> stderr_python_mt(const std::string& logger_name)
51{
52 return Factory::template create<sinks::python_stderr_sink_mt>(logger_name);
53}
54
55template<typename Factory = spdlog::synchronous_factory>
56inline std::shared_ptr<logger> stderr_python_st(const std::string& logger_name)

Callers 1

init_python_sinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected