package
Version:
v0.0.0-...-cf6c0bb
Opens a new window with list of versions in this module.
Published: Jun 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ILogger interface {
Info(msg string, fields ...interface{})
Error(msg string, fields ...interface{})
Warn(msg string, fields ...interface{})
Debug(msg string, fields ...interface{})
WithContext(ctx context.Context) ILogger
}
ILogger 日志接口
Source Files
¶
Click to show internal directories.
Click to hide internal directories.