KDSPDSetup
Small library to initialize spdlog loggers from a toml configuration file.
|
▼NKDSPDSetup | The only public-facing namespace in the library |
▼Ndetails | This namespace contains implementation details and helpers used by functions in KDSPDSetup::setup. This includes lookup for sink types and spdlog enums, maps to contain named sinks, patterns, and thread pools (to be used when constructing loggers), and functions that actually construct sink pointers of specific types |
CSPDMaps | This class contains maps that associate string names to sink pointers, format strings, and thread pool information. This enables simple access of these objects by name when constructing loggers. There are no instances of the class - it is composed entirely of static members |