package
3.0.0-rc.2+incompatible
Repository: https://github.com/packrat386/iris.git
Documentation: pkg.go.dev

# README

Middleware information

This folder contains a middleware which is a bridge between Iris station's logger and http requests.

Logs the incoming requests

How to use

Read the logger section here

# Functions

DefaultOptions returns an options which all properties are true.
New returns the logger middleware as HandlerFunc with the default settings if second parameter is not passed.

# Structs

Options are the options of the logger middlweare contains 5 bools Status, IP, Method, Path, EnableColors if set to true then these will print.