Skip to content
Snippets Groups Projects
user avatar
rswindell authored
instead of a bit-mask representing all the log levels to actually "see", use a
single numeric (or nmemonic) level value (ERROR, WARNING, NOTICE, etc.)
and less severe log levels (levels with a higher numeric value) will be filtered
(e.g. not "seen" or logged). It's the basic syslog() concept.
76a64bca
History