Documentation
¶
Index ¶
- Variables
- func BuildExtension(m map[string]interface{}) string
- func Close() error
- func Debug(msg Msg) error
- func Error(msg Msg) error
- func Fatal(msg Msg) error
- func Info(msg Msg) error
- func Init(cfg Config) error
- func Panic(msg Msg) error
- func Reload(cfg Config) error
- func Warn(msg Msg) error
- func WithLevel(level srslog.Priority, msg Msg) error
- type AddrConfig
- type Config
- type Msg
- type Writer
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Vendor string Product string Version string )
Functions ¶
func BuildExtension ¶
Types ¶
type AddrConfig ¶
type Config ¶
type Config struct {
Level zerolog.Level
Addrs []AddrConfig
}
Click to show internal directories.
Click to hide internal directories.