Documentation
¶
Index ¶
- func CmdDebugDepthf(cmd uint32, depth int, format string, args ...interface{})
- func CmdDebugf(cmd uint32, format string, args ...interface{})
- func DebugDepthf(depth int, format string, args ...interface{})
- func Debugf(format string, args ...interface{})
- func Error(args ...interface{})
- func ErrorDepth(depth int, format string, args ...interface{})
- func ErrorDepthf(depth int, format string, args ...interface{})
- func Errorf(format string, args ...interface{})
- func Fatalf(format string, args ...interface{})
- func FatalfDepthf(depth int, format string, args ...interface{})
- func Flush()
- func InfoDepth(depth int, format string, args ...interface{})
- func InfoDepthf(depth int, format string, args ...interface{})
- func Infof(format string, args ...interface{})
- func InitLogger(logPath string, level string, name string) (zap.Logger, error)
- func RegisterCmdBacklist(cmds ...uint32)
- func WarningDepth(depth int, format string, args ...interface{})
- func WarningDepthf(depth int, format string, args ...interface{})
- func Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdDebugDepthf ¶ added in v1.0.4
func DebugDepthf ¶
func ErrorDepth ¶ added in v1.0.4
func ErrorDepthf ¶ added in v1.0.4
func FatalfDepthf ¶ added in v1.0.4
func InfoDepthf ¶ added in v1.0.4
func InitLogger ¶ added in v1.0.7
init logger
func RegisterCmdBacklist ¶ added in v1.0.4
func RegisterCmdBacklist(cmds ...uint32)
reg cmd to black list
func WarningDepth ¶ added in v1.0.4
func WarningDepthf ¶ added in v1.0.4
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.