KDSPDSetup
Small library to initialize spdlog loggers from a toml configuration file.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NKDSPDSetupThe only public-facing namespace in the library
 NdetailsThis 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
 CSPDMapsThis 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