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.
spdlog/include
Benichou b50d520999 Add support of std::stream for logger
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 Add support of std::stream for logger 9 years ago