package
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Jan 31, 2021
License: Apache-2.0
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 Debug(v ...interface{})
Debug debug级日志输出
func Error(v ...interface{})
Error error级日志输出
func Fatal(v ...interface{})
Fatal fatal级日志输出
func Info(v ...interface{})
Info info级日志输出
func NewLogFile(filepath string)
NewLogFile 新建文件日志
func Warn(v ...interface{})
Warn warn级日志输出
Level 存放日志级别
const (
DEBUG Level = iota
INFO
WARNING
ERROR
FATAL
)
日志级别
Source Files
¶
Click to show internal directories.
Click to hide internal directories.