Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2019-07-10 03:07:17 +0300
committerGitHub <noreply@github.com>2019-07-10 03:07:17 +0300
commit84809db95557a8f7bc8be611556159187bfdf7b6 (patch)
tree66a107d8d88168a6c8d5d0474a93432ea24727a5 /example
parente6cecd97acab43aa7b7d678f1fff85b6ef34fc7a (diff)
Update example.cpp
Diffstat (limited to 'example')
-rw-r--r--example/example.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/example.cpp b/example/example.cpp
index 8ab14847..ce57fc9d 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -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);