Documentation ¶
Index ¶
- func Error(args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(format string, args ...interface{})
- func Panic(args ...interface{})
- func Panicf(format string, args ...interface{})
- func Ping()
- func Print(args ...interface{})
- func Printf(format string, args ...interface{})
- func SetBlueprint(blueprintId uuid.UUID, blueprintName string)
- func SetOperator(operatorId uuid.UUID, operatorName string)
- func Warn(args ...interface{})
- func Warnf(format string, args ...interface{})
- type Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetBlueprint ¶ added in v0.1.20
func SetOperator ¶
Types ¶
type Event ¶
type Event struct {
// contains filtered or unexported fields
}
inspired by https://www.datadoghq.com/blog/go-logging/#implement-a-standard-logging-interface
Click to show internal directories.
Click to hide internal directories.