package
0.11.3
Repository: https://github.com/pilinux/logrus.git
Documentation: pkg.go.dev

# 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

# Structs

No description provided by the author