From e9bb008f157bb767381e4e47fb318a49386e3af2 Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 9 Apr 2018 15:12:51 +0300 Subject: [PATCH] Fixed example --- example/example.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/example.cpp b/example/example.cpp index 0597ec75..6144c065 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -59,8 +59,8 @@ int main(int, char *[]) // Customize msg format for all messages spd::set_pattern("[%^+++%$] [%H:%M:%S %z] [thread %t] %v"); - console->info("This an info message with custom format (and custom color range between the '%^' and '%$')"); - console->error("This an error message with custom format (and custom color range between the '%^' and '%$')"); + console->info("This an info message with custom format"); + console->error("This an error message with custom format"); // Runtime log levels spd::set_level(spd::level::info); // Set global log level to info