Categorygithub.com/hhq163/logger
modulepackage
1.0.5
Repository: https://github.com/hhq163/logger.git
Documentation: pkg.go.dev

# README

logger

基于uber zap封装的日志类

1.支持生成json格式日志和普通调试日志

  • json格式:
    {"level":"debug","ts":"2019-12-03T10:39:07.552+0800","caller":"test/test_queue.go:69","msg":"get item queueID:test begin","svcName":""}

  • 普通调试日志:
    2019-08-21T17:35:01.736+0800 debug impl/impl.go:19 gateway NewImpl begin

2.支持日志文件切割,如果服务器单点部署时,会用到日志文件切割。

3.支持udp协议上传到elk

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
global tag.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
一些常用的 metadata 字段.
2016-01-02T00:00:00.
unix timestamp EpochTime.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

通用日志接口定义.