We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
fixed word order
It should be spdlog namespace not spd
Updated 2. Creating loggers (markdown)
Consistency between include and logger init for stdout logger
fixed formating of the _st/_mt suffixes
fixed namespace
This line does not compile. The compiler tell me this: "note: candidate constructor not viable: requires 3 arguments, but 4 were provided". Removing the extra argument fixed this.
According to discussion from https://github.com/gabime/spdlog/issues/243 I'm adding section about having multiple loggers with the same output file. Please check my language correctness as English is not my mother tongue.
fix two typos
added description of the overflow policy on async loggers. other small edits.
added performance note about spdlog::get