Documentation ¶
Overview ¶
This module contains a collection of YANG type definitions for SYSLOG.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Severity ¶
type Severity string
Severity represents The definitions for Syslog message severity as per RFC 5424.
const ( // Emergency Level Msg Severity_emergency Severity = "emergency" // Alert Level Msg Severity_alert Severity = "alert" // Critical Level Msg Severity_critical Severity = "critical" // Error Level Msg Severity_error_ Severity = "error" // Warning Level Msg Severity_warning Severity = "warning" // Notification Level Msg Severity_notice Severity = "notice" // Informational Level Msg Severity_info Severity = "info" // Debugging Level Msg Severity_debug Severity = "debug" )
type SyslogFacility ¶
type SyslogFacility struct { }
func (SyslogFacility) String ¶
func (id SyslogFacility) String() string
Click to show internal directories.
Click to hide internal directories.