Enum SyslogLevel
Represents enumeration with levels coming from syslog(3)
Namespace: Confluent.Kafka
Assembly: Confluent.Kafka.dll
Syntax
public enum SyslogLevel
Fields
| Name | Description |
|---|---|
| Alert | Action must be take immediately |
| Critical | Critical condition. |
| Debug | Debug-level message. |
| Emergency | System is unusable. |
| Error | Error condition. |
| Info | Informational message. |
| Notice | Normal, but significant condition. |
| Warning | Warning condition. |