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:
authorgabime <gmelman1@gmail.com>2019-04-05 23:10:12 +0300
committergabime <gmelman1@gmail.com>2019-04-05 23:10:12 +0300
commite9f34fbd26d7f50d0be644b02f55193a0c3ba12b (patch)
tree316e3e80982b13b5f321304e8991f24ef7fff88d /example
parent17f9cdd401d6eeb9a6d093b41e39391538ba3919 (diff)
wip
Diffstat (limited to 'example')
-rw-r--r--example/example.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/example/example.cpp b/example/example.cpp
index 918d19b1..217faa4e 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -14,9 +14,5 @@ spdlog::logger *get_logger();
int main(int, char *[])
{
auto *l = get_logger();
- l->info("HE LO ", "GA");
- l->error("Some {} {} {}", "er or");
- l->error("Some {} {} {}", "er or");
-
-
+ l->info("HE LO ", "GA");
} \ No newline at end of file