Documentation ¶
Index ¶
Constants ¶
View Source
const ( NameKeyMod = "mod" NameKeyMsg = "msg" NameKeyLevel = "lev" NameKeyTime = "ts" NameKeyPos = "pos" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Debug(args ...interface{}) Debugf(format string, args ...interface{}) Info(args ...interface{}) Infof(format string, args ...interface{}) Warn(args ...interface{}) Warnf(format string, args ...interface{}) Error(args ...interface{}) Errorf(format string, args ...interface{}) Fatal(args ...interface{}) Fatalf(format string, args ...interface{}) }
Click to show internal directories.
Click to hide internal directories.