|
logman 0.1.0
Modern C++23 header-only logging manager wrapping spdlog with channels, listeners, and structured events
|
L — uppercase level name, right-aligned to 8 characters.
More...
#include <formatters.hpp>
Inherits spdlog::custom_flag_formatter.
L — uppercase level name, right-aligned to 8 characters.
Pattern uses bare L (no width digit) because spdlog applies padding before dispatch to custom flag formatters; doubling it produces extra spaces.