package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 17, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New creates a zap logger for console and also setup an output for syslog.
type Config struct {
Level string `koanf:"level"`
Syslog `koanf:"syslog"`
}
type Syslog struct {
Enabled bool `koanf:"enabled"`
Network string `koanf:"network"`
Address string `koanf:"address"`
Tag string `koanf:"tag"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.