mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 02:49:03 +08:00
log levels now lowercase
This commit is contained in:
@@ -80,7 +80,7 @@ struct log_msg
|
||||
|
||||
void clear()
|
||||
{
|
||||
level = level::OFF;
|
||||
level = level::off;
|
||||
raw.clear();
|
||||
formatted.clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user