Documentation
¶
Index ¶
- Variables
- func Debugf(s string, args ...interface{})
- func Errorf(s string, args ...interface{})
- func Fatalf(s string, args ...interface{})
- func Infof(s string, args ...interface{})
- func InitLogger(logFileName, logLevel string, fileSize, backups, age int)
- func Panicf(s string, args ...interface{})
- func Warnf(s string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Debug = std.Debug Info = std.Info Warn = std.Warn Error = std.Error Fatal = std.Fatal Panic = std.Panic Print = std.Debug Printf = Debugf )
alias for zap logger
Functions ¶
func InitLogger ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.