Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver interface { // 自定义数据 WithField(string, any) any // 自定义数据 WithFields(map[string]any) any Trace(...any) Debug(...any) Info(...any) Warn(...any) Warning(...any) Error(...any) Fatal(...any) Panic(...any) Tracef(string, ...any) Debugf(string, ...any) Infof(string, ...any) Warnf(string, ...any) Warningf(string, ...any) Errorf(string, ...any) Fatalf(string, ...any) Panicf(string, ...any) }
*
- 日志驱动接口 *
- @create 2021-11-3
- @author deatil
Click to show internal directories.
Click to hide internal directories.