package
Version:
v1.2.4
Opens a new window with list of versions in this module.
Published: May 9, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
¶
func Debug(v ...interface{})
func Error(v ...interface{})
func Fatal(v ...interface{})
func Info(v ...interface{})
func Warn(v ...interface{})
const (
DEBUG Level = iota
INFO
WARNING
ERROR
FATAL
)
type Settings struct {
Path string `yaml:"path"`
Name string `yaml:"name"`
Ext string `yaml:"ext"`
TimeFormat string `yaml:"time-format"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.