Unverified Commit 84809db9 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update example.cpp

parent e6cecd97
......@@ -23,7 +23,6 @@ void clone_example();
int main(int, char *[])
{
syslog_example();
spdlog::info("Welcome to spdlog version {}.{}.{} !", SPDLOG_VER_MAJOR, SPDLOG_VER_MINOR, SPDLOG_VER_PATCH);
spdlog::warn("Easy padding in numbers like {:08d}", 12);
spdlog::critical("Support for int: {0:d}; hex: {0:x}; oct: {0:o}; bin: {0:b}", 42);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment