mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Logger can be used as a std::ostream. // Console logger with color auto console = spd::stdout_color_mt("console"); console->info() << "Welcome to spdlog!"; console->error() << "Some error message with arg" << 1 << ".."; |
9 years ago | |
---|---|---|
.. | ||
spdlog | 9 years ago |