1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-14 18:19:54 +08:00

Updated example

This commit is contained in:
gabime 2020-03-15 17:38:15 +02:00
parent 55fbc2c78e
commit 5ab487dbae

View File

@ -172,6 +172,8 @@ void binary_example()
// logger->info("uppercase: {:X}", spdlog::to_hex(buf));
// logger->info("uppercase, no delimiters: {:Xs}", spdlog::to_hex(buf));
// logger->info("uppercase, no delimiters, no position info: {:Xsp}", spdlog::to_hex(buf));
// logger->info("hexdump style: {:a}", spdlog::to_hex(buf));
// logger->info("hexdump style, 20 chars per line {:a}", spdlog::to_hex(buf, 20));
}
// Compile time log levels.