stumpless
2.2.0
Loading...
Searching...
No Matches
Severity.hpp
Go to the documentation of this file.
1
#ifndef __SEVERITY_HPP
2
#define __SEVERITY_HPP
3
4
#include <stumpless/severity.h>
5
6
namespace
stumpless
{
7
15
enum class
Severity
{
19
EMERGENCY
= STUMPLESS_SEVERITY_EMERG,
23
ALERT
= STUMPLESS_SEVERITY_ALERT,
27
CRITICAL
= STUMPLESS_SEVERITY_CRIT,
31
ERR
= STUMPLESS_SEVERITY_ERR,
35
WARNING
= STUMPLESS_SEVERITY_WARNING,
39
NOTICE
= STUMPLESS_SEVERITY_NOTICE,
43
INFO
= STUMPLESS_SEVERITY_INFO,
47
DEBUG
= STUMPLESS_SEVERITY_DEBUG
48
};
49
50
}
51
52
#endif
/* __SEVERITY_HPP */
stumpless
Definition
AddressFailure.hpp:7
stumpless::Facility::ALERT
@ ALERT
Log alert.
stumpless::Severity
Severity
Severities (as defined in RFC 5424) describe the level of importance of a given log entry.
Definition
Severity.hpp:15
stumpless::Severity::WARNING
@ WARNING
Warning conditions.
stumpless::Severity::EMERGENCY
@ EMERGENCY
System is unusable.
stumpless::Severity::INFO
@ INFO
Informational messages.
stumpless::Severity::CRITICAL
@ CRITICAL
Critical conditions.
stumpless::Severity::NOTICE
@ NOTICE
Normal but significant conditions.
stumpless::Severity::ERR
@ ERR
Error conditions.
stumpless::Severity::DEBUG
@ DEBUG
Debug-level messages.
Generated by
1.11.0