Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogDriver ¶
type LogDriver interface { Error(msg string, ctx ...interface{}) Warn(msg string, ctx ...interface{}) Info(msg string, ctx ...interface{}) Trace(msg string, ctx ...interface{}) Debug(msg string, ctx ...interface{}) }
底层日志库约束接口
Click to show internal directories.
Click to hide internal directories.