Documentation ¶
Index ¶
- Variables
- func Err(message string)
- func ErrIfErrf(err error, format string, a ...interface{})
- func Errf(format string, a ...interface{})
- func Fatal(message string)
- func FatalIfErrf(err error, format string, a ...interface{})
- func Fatalf(format string, a ...interface{})
- func Info(message string)
- func Infof(format string, a ...interface{})
- func Warn(message string)
- func WarnIfErrf(err error, format string, a ...interface{})
- func Warnf(format string, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// PrefixFormat is the format of the prefix to every log display, includes things like time stamp and event type
PrefixFormat = "%s %s "
)
Functions ¶
func FatalIfErrf ¶
FatalIfErrf logs fatal if there's an error
func WarnIfErrf ¶
WarnIfErrf warn logs if there's an error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.