mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
Add lvlNotice log level
This is like syslog's LOG_NOTICE: "normal, but significant, condition".
This commit is contained in:
parent
29fbc3cf31
commit
a8f533b664
3 changed files with 3 additions and 1 deletions
|
@ -45,6 +45,7 @@ namespace nix {
|
|||
typedef enum {
|
||||
lvlError = 0,
|
||||
lvlWarn,
|
||||
lvlNotice,
|
||||
lvlInfo,
|
||||
lvlTalkative,
|
||||
lvlChatty,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue