Documentation
¶
Overview ¶
* @Author: cnzf1 * @Date: 2019-01-26 15:20:02 * @LastEditors: cnzf1 * @LastEditTime: 2022-12-02 23:27:39 * @Description: 日志组件封装
Index ¶
- func Debug(args ...interface{})
- func Debugf(fmt string, args ...interface{})
- func Error(args ...interface{})
- func Errorf(fmt string, args ...interface{})
- func Fatal(args ...interface{})
- func Fatalf(fmt string, args ...interface{})
- func Info(args ...interface{})
- func Infof(fmt string, args ...interface{})
- func Init(filename ...string)
- func Panic(args ...interface{})
- func Panicf(fmt string, args ...interface{})
- func SetLogLevel(lvl string)
- func Warn(args ...interface{})
- func Warnf(fmt string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetLogLevel ¶
func SetLogLevel(lvl string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.