package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 2, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Error(args ...interface{})
func ErrorF(template string, args ...interface{})
func Info(args ...interface{})
func InfoF(template string, args ...interface{})
func Warn(args ...interface{})
func WarnF(template string, args ...interface{})
type Config struct {
Path string `toml:"path"`
MaxSize int `toml:"max_size"`
MaxAge int `toml:"max_age"`
MaxBackups int `toml:"max_backups"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.