Skip to content
  • rswindell's avatar
    Replace the "log mask" concept with a much simpler "log level" concept: · 76a64bca
    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