# logrus-quic-hook **Repository Path**: piao/logrus-quic-hook ## Basic Information - **Project Name**: logrus-quic-hook - **Description**: quic协议通信的logrus日志服务钩子 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Go语言, log, hook, quic ## README # hook for logrus :walrus: Use this hook to send the logs to quic server # Usage ```go GO111MODULE=off go run quic_client.go GO111MODULE=off go run quic_server.go GO111MODULE=off CGO_ENABLED=0 go test -v -run="TestLocalhostAddAndPrint" ``` # License MIT.