package
Version:
v0.0.0-...-243d8d2
Opens a new window with list of versions in this module.
Published: May 29, 2019
License: MIT, Apache-2.0, HPND, + 1 more
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package syslog provides the syslog level contants source code compatible with the standard library.
Priority is the std library syslog.Priority type
const (
LOG_EMERG Priority = iota
LOG_ALERT
LOG_CRIT
LOG_ERR
LOG_WARNING
LOG_NOTICE
LOG_INFO
LOG_DEBUG
)
Stdlib syslog level constants
Source Files
¶
Click to show internal directories.
Click to hide internal directories.