Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultLogMan = &LogMan{ loggers: make(map[string]*logs.BeeLogger), } // 错误级别的文件后缀 LevelExt = map[int]string{ logs.LevelEmergency: "emergency", logs.LevelAlert: "alert", logs.LevelCritical: "critical", logs.LevelError: "error", logs.LevelWarning: "warning", logs.LevelNotice: "notice", logs.LevelInformational: "info", logs.LevelDebug: "debug", } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.