mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
code format
This commit is contained in:
@@ -88,7 +88,7 @@ void stdout_logger_example() {
|
||||
// Create color multithreading logger.
|
||||
auto console = spdlog::create<stdout_color_sink_mt>("console");
|
||||
// or for stderr:
|
||||
//auto console = spdlog::create<stderr_color_sink_mt>("console");
|
||||
// auto console = spdlog::create<stderr_color_sink_mt>("console");
|
||||
}
|
||||
|
||||
#include "spdlog/sinks/basic_file_sink.h"
|
||||
|
Reference in New Issue
Block a user