Documentation ¶
Overview ¶
Package lachesis_log lachesis hook to logrus
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hook ¶
type Hook struct {
// contains filtered or unexported fields
}
Hook struct for linking to logrus and counting log outputs
type SyslogHook ¶
SyslogHook to send logs via syslog.
func NewSyslogHook ¶
func NewSyslogHook(network, raddr string, tag string) (*SyslogHook, error)
Creates a hook to be added to an instance of logger. This is called with `hook, err := NewSyslogHook("udp", "localhost:514", "")` `if err == nil { log.Hooks.Add(hook) }`
func (*SyslogHook) Levels ¶
func (hook *SyslogHook) Levels() []logrus.Level
Click to show internal directories.
Click to hide internal directories.