We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Home (markdown)
Updated _Sidebar (markdown)
Added NOTE about `spdlog::initialize_logger()` in the section “Creating loggers manually"
Updated 4. Sinks (markdown)
Update the name of the fields that allows accessing the raw message
Created Reference documentation using Doxygen (markdown)
Updated 8. Tweaking (markdown)
Updated 1. QuickStart (markdown)
Fix issue link
Updated 0. FAQ (markdown)
Add "Format string compile-time check does not work"
Created _Sidebar (markdown)
Copryight Footer
Format and link to the original issue
Created Note for adding sinks on the fly (markdown)
Added a small note related to #2975
Change reference of __FILE__ macro to spdlog::source_loc
Destroyed _Footer (markdown)
Updated _Footer (markdown)
Created _Footer (markdown)
Remove unnecessary quotes
In the note about registering manually created loggers, add a reference to the section about manual creation. In the latter section add register_logger() to the example code with an explaining comment.