Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FLBTimestampAsTime ¶
func MapValueOrDefault ¶
func ValueOrDefault ¶
Types ¶
type Logger ¶
type Logger interface { Debug(args ...interface{}) Debugf(fmt string, args ...interface{}) Info(args ...interface{}) Infof(fmt string, args ...interface{}) Warn(args ...interface{}) Warnf(fmt string, args ...interface{}) Error(args ...interface{}) Errorf(fmt string, args ...interface{}) Panic(args ...interface{}) Panicf(fmt string, args ...interface{}) }
Click to show internal directories.
Click to hide internal directories.