package
Version:
v0.0.0-...-10cedd8
Opens a new window with list of versions in this module.
Published: Nov 23, 2023
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func InitLogger() (err error)
InitLogger 初始化lg
type Logger interface {
Info(msg interface{})
Infof(template string, args ...interface{})
Warn(msg interface{})
Warnf(template string, args ...interface{})
Error(msg interface{})
ErrorWithCode(code int, err error)
ErrorWithErr(msg string, err error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.