Documentation
¶
Index ¶
Constants ¶
View Source
const ( // LogClose 关闭日志 LogClose string = "close" // LogFile 写入到日志文件 LogFile string = "file" // LogStdout 写入到标准输出 LogStdout string = "stdout" )
Variables ¶
View Source
var LogErr = NewLogError()
LogErr 错误日志输出
View Source
var LogInfo = NewLogInfo()
LogInfo 普通日志输出
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.