# README
Logger for gin
Example
package main
import (
"github.com/gin-gonic/gin"
ginlog "github.com/pilinux/logrus/gin"
"github.com/sirupsen/logrus"
)
func main() {
server := gin.New()
server.Use(ginlog.Middleware(ginlog.DefaultConfig))
}
# Functions
No description provided by the author
# Variables
No description provided by the author