文件名称:nested-logrus-formatter:https的格式化程序
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-25 07:35:55
golang formatter logging Go
嵌套逻辑格式器 易于理解的日志格式化程序,可将logrus字段转换为嵌套结构: 配置: type Formatter struct { // FieldsOrder - default: fields sorted alphabetically FieldsOrder [] string // TimestampFormat - default: time.StampMilli = "Jan _2 15:04:05.000" TimestampFormat string // HideKeys - show [fieldValue] instead of [fieldKey:fieldValue] HideKeys bool // NoColors - disable colors NoColors bool // NoFieldsColors - apply col
【文件预览】:
nested-logrus-formatter-master
----.gitignore(223B)
----README.md(2KB)
----formatter.go(4KB)
----tests()
--------formatter_test.go(7KB)
----LICENSE(1KB)
----example()
--------main.go(1KB)
----.travis.yml(352B)
----Makefile(223B)