package
0.7.2
Repository: https://github.com/decentr-net/logrus.git
Documentation: pkg.go.dev

# README

Logger for gin

Example

package main

import (
    "github.com/gin-gonic/gin"
    ginlog "github.com/onrik/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