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

Function stderr_python_st

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

Source from the content-addressed store, hash-verified

54
55template<typename Factory = spdlog::synchronous_factory>
56inline std::shared_ptr<logger> stderr_python_st(const std::string& logger_name)
57{
58 return Factory::template create<sinks::python_stderr_sink_st>(logger_name);
59}
60}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected