mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 19:18:04 +00:00
committed by
Matias Fontanini
parent
df04b27e22
commit
d3ef9cad32
@@ -34,14 +34,14 @@ namespace cppkafka {
|
||||
|
||||
// Based on syslog.h levels
|
||||
enum class LogLevel : int {
|
||||
LOG_EMERG = 0, /* system is unusable */
|
||||
LOG_ALERT = 1, /* action must be taken immediately */
|
||||
LOG_CRIT = 2, /* critical conditions */
|
||||
LOG_ERR = 3, /* error conditions */
|
||||
LOG_WARNING = 4, /* warning conditions */
|
||||
LOG_NOTICE = 5, /* normal but significant condition */
|
||||
LOG_INFO = 6, /* informational */
|
||||
LOG_DEBUG = 7 /* debug-level messages */
|
||||
LogEmerg = 0, /* system is unusable */
|
||||
LogAlert = 1, /* action must be taken immediately */
|
||||
LogCrit = 2, /* critical conditions */
|
||||
LogErr = 3, /* error conditions */
|
||||
LogWarning = 4, /* warning conditions */
|
||||
LogNotice = 5, /* normal but significant condition */
|
||||
LogInfo = 6, /* informational */
|
||||
LogDebug = 7 /* debug-level messages */
|
||||
};
|
||||
|
||||
} //cppkafka
|
||||
|
||||
Reference in New Issue
Block a user