1 Star 5 Fork 1

A-涛/ps-log

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.go 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
A-涛 提交于 2023-02-27 10:03 . 将文件池的大小调整为 100
package pslog
import (
"gitee.com/xuesongtao/gotool/base"
"gitee.com/xuesongtao/gotool/xfile"
plg "gitee.com/xuesongtao/ps-log/log"
)
const (
defaultHandleChange = 100 // 默认记录 offset 变化的次数
// 控制台 logo
consoleLogo string = `
______ ______ | | ____ ____
\____ \ / ___/ ______ | | / _ \ / ___\
| |_> > \___ \ /_____/ | |__( <_> ) / /_/ >
| __/ /____ > |____/ \____/ \___ /
|__| \/ /_____/
`
)
var (
filePool = xfile.NewFilePool(100) // 文件池
NoExpire = base.Datetime2TimeObj("9999-12-31 23:59:59") // 不过期
)
// SetLogger 设置 logger
func SetLogger(l plg.PsLogger) {
plg.Plg = l
xfile.SetLogger(l)
}
// PrintFilePool 是否打印 filePool log
func PrintFilePool(print bool) {
filePool.Print(print)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/xuesongtao/ps-log.git
git@gitee.com:xuesongtao/ps-log.git
xuesongtao
ps-log
ps-log
v1.0.16

搜索帮助

0d507c66 1850385 C8b1a773 1850385