//
pkg.gl
Category
github.com/poker-x-studio/x
xlog
async_hook
package
0.0.21
Repository:
https://github.com/poker-x-studio/x.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
76 SLOC
#
Functions
NewAsyncHook
NewAsyncHook ...
NewAsyncHookWithHook
NewAsyncHookWithHook 将现有的 logrus.Hook 转换成异步形式.
#
Structs
AsyncHook
Hook for logrus,异步写入 sql db,退出程序时调用 Close() 确保日志完全写入完毕。.
#
Type aliases
Filter
FilterFunc 返回 true 表示通过,false 表示被过滤。.
Firer
Firer 写入函数.