项目作者: Karmadon

项目描述 :
Request Logger Middleware for Gin Framework
高级语言: Go
项目地址: git://github.com/Karmadon/gin-request-logger.git
创建时间: 2019-08-27T07:30:53Z
项目社区:https://github.com/Karmadon/gin-request-logger

开源协议:

下载


gin-request-logger

Request Logger Middleware for Gin Framework

This is a middleware for Gin framework.

It uses logrus to provide a log featurues in package.

Usage

Download and install using go module:

  1. $ export GO111MODULE=on
  2. $ go get github.com/stremovskyy/gin-request-logger

Import it in your code:

  1. import "github.com/stremovskyy/gin-request-logger"

Download and install without using go module:

  1. $ go get github.com/stremovskyy/gin-request-logger

Import it in your code:

  1. import "github.com/stremovskyy/gin-request-logger"