repositorypackage
0.0.0-20180202015346-3606b757e8e4
Repository: https://github.com/qor/log.git
Documentation: pkg.go.dev
# README
Logger
A logger middleware for Gin
Usage
import "github.com/qor/log"
func main() {
router := gin.New()
router.Use(log.Logger("application.log", 30)) // save logs into application.log, max days is 30
}
License
Released under the MIT License.