mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 02:21:34 +08:00
Update README.md
This commit is contained in:
parent
21d437fbf5
commit
4abe403544
@ -124,7 +124,6 @@ int main(int, char*[])
|
|||||||
console->info("This an info message with custom format (and custom color range between the '%^' and '%$')");
|
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->error("This an error message with custom format (and custom color range between the '%^' and '%$')");
|
||||||
|
|
||||||
|
|
||||||
// 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