Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalLogOnce sync.Once
Functions ¶
func LogChanOut ¶
func LogChanOut()
Types ¶
type Log ¶
type Log struct { Path string `Testing:"日志的路径"` LogChan chan *LogWriteStrings `Testing:"每次写入的日志通过管道的方式进行生成,避免并行操作"` }
Log 日志配置
var GlobalLogData *Log
Click to show internal directories.
Click to hide internal directories.