Skip to content

Commit

Permalink
docs(README): add logger extension (cloudwego#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
L2ncE authored Nov 7, 2022
1 parent b0bcce3 commit 7f8d710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Hertz [həːts] is a high-usability, high-performance and high-extensibility Gol
| [Recovery](https://github.com/cloudwego/hertz/tree/develop/pkg/app/middlewares/server/recovery) | Recovery middleware for Hertz. |
| [Basicauth](https://github.com/cloudwego/hertz/tree/develop/pkg/app/middlewares/server/basic_auth) | Basicauth middleware can provide HTTP basic authentication. |
| [Lark](https://github.com/hertz-contrib/lark-hertz) | Use hertz handle Lark/Feishu card message and event callback. |
| [Logger](https://github.com/hertz-contrib/logger) | Logger extension for Hertz, which provides support for third-party logging frameworks. |

## Blogs
- [ByteDance Practice on Go Network Library](https://www.cloudwego.io/blog/2021/10/09/bytedance-practices-on-go-network-library/)
Expand Down
1 change: 1 addition & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Hertz[həːts] 是一个 Golang 微服务 HTTP 框架,在设计之初参考了
| [Recovery](https://github.com/cloudwego/hertz/tree/develop/pkg/app/middlewares/server/recovery) | Hertz 的异常恢复中间件。 |
| [Basicauth](https://github.com/cloudwego/hertz/tree/develop/pkg/app/middlewares/server/basic_auth) | Basicauth 中间件能够提供 HTTP 基本身份验证。 |
| [Lark](https://github.com/hertz-contrib/lark-hertz) | 在 Hertz 中处理 Lark/飞书的卡片消息和事件的回调。 |
| [Logger](https://github.com/hertz-contrib/logger) | Hertz 的日志拓展,提供了对第三方日志框架的支持。 |

## 相关文章
- [字节跳动在 Go 网络库上的实践](https://www.cloudwego.io/blog/2021/10/09/bytedance-practices-on-go-network-library/)
Expand Down

0 comments on commit 7f8d710

Please sign in to comment.