| 54 | |
| 55 | template<typename Factory = spdlog::synchronous_factory> |
| 56 | inline 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected