clang-format

This commit is contained in:
gabime
2019-07-10 02:42:47 +03:00
parent 261d2c5ae4
commit 5f27697198
6 changed files with 7 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ 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);