代码拉取完成,页面将自动刷新
package rlog
import "time"
var curYear = 0
func init() {
curYear = time.Now().Year()
}
const (
logFileModel = 0660
defaultLogMaxSize = 1024 * 1024 * 10
)
type Level byte
const (
LevelDebug = iota
LevelInfo
LevelSuccess
LevelWarn
LevelError
LevelPanic
levelPrintAll = 99
LevelDisable = 100
)
type TimeFormat string
const (
// TimeFormatDefault 输出日志,前面时间的格式
TimeFormatDefault TimeFormat = `2006/01/02·15:04:05.000-0700`
TimeFormatYMDHMSmsZ TimeFormat = `2006/01/02·15:04:05.000-0700`
TimeFormatYMDHMSZ TimeFormat = `2006/01/02·15:04:05-0700`
TimeFormatYMDHMS TimeFormat = `2006/01/02·15:04:05`
TimeFormatYMDHMSms TimeFormat = `2006/01/02·15:04:05.000`
TimeFormatMDHMSmsZ TimeFormat = `01/02·15:04:05.000-0700`
TimeFormatMDHMSZ TimeFormat = `01/02·15:04:05-0700`
TimeFormatMDHMS TimeFormat = `01/02·15:04:05`
TimeFormatMDHMSms TimeFormat = `01/02·15:04:05.000`
TimeFormatHMSmsZ TimeFormat = `15:04:05.000-0700`
TimeFormatHMSZ TimeFormat = `15:04:05-0700`
TimeFormatHMS TimeFormat = `15:04:05`
TimeFormatHMSms TimeFormat = `15:04:05.000`
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。