|
logman 0.1.0
Modern C++23 header-only logging manager wrapping spdlog with channels, listeners, and structured events
|
Central registry of named spdlog channels. More...
#include <log_manager.hpp>
Central registry of named spdlog channels.
Singleton — instance() is a Meyer's static, ODR-safe across translation units in this header-only build. Thread-safe: a std::shared_mutex guards the channel/level maps, and listener invocation runs outside the lock via the snapshot pattern in ListenerSink.