We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated 1. QuickStart (markdown)
mention `spdlog::set_level` is necessary for MACRO
// globally register the loggers so the(they) can be accessed using spdlog::get(logger_name)
Grammar fixes for the wiki
Deleted a whitespace that messed with the markdown
Document how to log use-defined objects with fmt formatting
so so is appearing dual time.
fix dead link
fix indentation
Change logger constructor to match current source
It took me a while that set_default_logger(std::make_shared("multi_sink", {console_sink, file_sink})) doesn't compile.
typo
Improve formatting of my prior edits
Word-wrap my prior edit
Correcting instructions re. SPDLOG_TRACE to save others hours of hassle...
Strip off trailing 'j' char.