stumpless 2.2.0
|
#include <stumpless/severity.h>
Go to the source code of this file.
Namespaces | |
namespace | stumpless |
Enumerations | |
enum class | stumpless::Severity { stumpless::EMERGENCY = STUMPLESS_SEVERITY_EMERG , stumpless::ALERT = STUMPLESS_SEVERITY_ALERT , stumpless::CRITICAL = STUMPLESS_SEVERITY_CRIT , stumpless::ERR = STUMPLESS_SEVERITY_ERR , stumpless::WARNING = STUMPLESS_SEVERITY_WARNING , stumpless::NOTICE = STUMPLESS_SEVERITY_NOTICE , stumpless::INFO = STUMPLESS_SEVERITY_INFO , stumpless::DEBUG = STUMPLESS_SEVERITY_DEBUG } |
Severities (as defined in RFC 5424) describe the level of importance of a given log entry. More... | |