package
0.0.0
Repository: https://github.com/brucejrc/iris.git
Documentation: pkg.go.dev

# Functions

Log sends a message to the defined logger of io.Writer logger, it's just a help function for internal use but it can be used to a cusotom middleware too.
NewDevLogger returns a new logger of io.Writer which formats its log message input and writes it to the os.Stdout.

# Variables

NoOpLogger returns a new, non-operational logger of io.Writer, it does nothing any form of input.