mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Fixed example
This commit is contained in:
parent
d352aa0990
commit
e9bb008f15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user