import "github.com/One-com/gonelog/syslog"
Gonelog uses the syslog level contants source code compatible with the standard library. This package is primarily here to not depend on importing "log/syslog"
const ( LOG_EMERG Priority = iota LOG_ALERT LOG_CRIT LOG_ERR LOG_WARNING LOG_NOTICE LOG_INFO LOG_DEBUG )
const ( LOG_ERROR Priority = LOG_ERR LOG_WARN Priority = LOG_WARNING )
Package syslog is imported by 2 packages. Updated 2016-11-06. Refresh now. Tools for package owners.