Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UseSyslog ¶
func UseSyslog(name string, conf SyslogConf) func(d *dlog.Dlogger)
Types ¶
type SyslogConf ¶
type SyslogConf struct { Level syslog.Priority UseAnsiColor bool Debug uint64 Info uint64 Notice uint64 Warn uint64 Err uint64 Fatal uint64 Alert uint64 }
func DefaultSyslogConf ¶
func DefaultSyslogConf() SyslogConf
Click to show internal directories.
Click to hide internal directories.