| 48 | |
| 49 | template<typename Factory = spdlog::synchronous_factory> |
| 50 | inline 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 | |
| 55 | template<typename Factory = spdlog::synchronous_factory> |
| 56 | inline std::shared_ptr<logger> stderr_python_st(const std::string& logger_name) |