Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Infow(msg string, keysAndValues ...interface{})
Info(args ...interface{})
Infof(template string, args ...interface{})
Sync() error
Debug(args ...interface{})
Debugf(template string, args ...interface{})
Debugw(template string, args ...interface{})
Fatalf(template string, args ...interface{})
Fatal(args ...interface{})
}
type MessageType ¶
type MessageType string
Click to show internal directories.
Click to hide internal directories.