会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
浮尘微光
奋斗不止!
首页
新随笔
管理
2022年4月15日
go使用logrus同时输出屏幕和文件日志
摘要: func InitLog() { //设置输出样式,自带的只有两种样式logrus.JSONFormatter{}和logrus.TextFormatter{} log.SetFormatter(&log.TextFormatter{}) log.SetOutput(os.Stdout) //设置o
阅读全文
posted @ 2022-04-15 16:30 浮尘微光
阅读(1188)
评论(0)
推荐(0)
编辑