mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 08:50:26 +08:00
example
This commit is contained in:
parent
b393c9d6e6
commit
e500fa013f
@ -64,6 +64,9 @@ int main(int, char *[])
|
|||||||
console->info("This an info message with custom format");
|
console->info("This an info message with custom format");
|
||||||
console->error("This an error message with custom format");
|
console->error("This an error message with custom format");
|
||||||
|
|
||||||
|
// Change format back to to default
|
||||||
|
spd::set_pattern ("%+");
|
||||||
|
|
||||||
// Runtime log levels
|
// Runtime log levels
|
||||||
spd::set_level(spd::level::info); // Set global log level to info
|
spd::set_level(spd::level::info); // Set global log level to info
|
||||||
console->debug("This message should not be displayed!");
|
console->debug("This message should not be displayed!");
|
||||||
|
Loading…
Reference in New Issue
Block a user