Documentation ¶
Index ¶
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Errorfn(fn string, err error)
- func Fatal(args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Info(args ...interface{})
- func Infof(format string, args ...interface{})
- func InvalidArg(argumentName string)
- func InvalidArgValue(argumentName string, argumentValue string)
- func MissingArg(argumentName string)
- func Panic(args ...interface{})
- func Panicf(format string, args ...interface{})
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
- type Event
- type StandardLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvalidArgValue ¶
InvalidArgValue is a standard error message
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
Event stores messages to log later, from our standard interface
type StandardLogger ¶
StandardLogger enforces specific log message formats
Click to show internal directories.
Click to hide internal directories.