LogLevel: rename DEFAULT to NOTICE
"DEFAULT" is a bad name - all it says is that it's the default value, but it doesn't say what it means. The name NOTICE mimics the syslog level.
This commit is contained in:
@@ -42,7 +42,7 @@ enum class LogLevel {
|
||||
/**
|
||||
* Interesting informational message.
|
||||
*/
|
||||
DEFAULT,
|
||||
NOTICE,
|
||||
|
||||
/**
|
||||
* Warning: something may be wrong.
|
||||
|
||||
Reference in New Issue
Block a user