Documentation ¶
Index ¶
- func Debug(msg ...interface{})
- func DebugFunc(f func() []interface{})
- func Error(msg ...interface{})
- func Fail(msg ...interface{})
- func Fatal(msg ...interface{})
- func Info(msg ...interface{})
- func InfoFunc(f func() []interface{})
- func Logger() iface.ILogger
- func Msg(msg ...interface{})
- func Ok(msg ...interface{})
- func RegisterDefault(val iface.ILogger)
- func RegisterLogger(key string, val iface.ILogger)
- func UseLogger(key string) (val iface.ILogger)
- func Warn(msg ...interface{})
- func With(m M) iface.ILogger
- type M
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterLogger ¶
RegisterLogger 注册指定标签[key]的日志处理器 关联 logx.UseLogger
Types ¶
Click to show internal directories.
Click to hide internal directories.