logman 0.1.0
Modern C++23 header-only logging manager wrapping spdlog with channels, listeners, and structured events
Loading...
Searching...
No Matches
logman::LogManager Class Reference

Central registry of named spdlog channels. More...

#include <log_manager.hpp>

Detailed Description

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.


The documentation for this class was generated from the following file: