package
3.0.0-beta+incompatible
Repository: https://github.com/azber/iris.git
Documentation: pkg.go.dev

# README

Package information

I decide to split the logger from the main iris package because logger.go doesn't depends on any of the iris' types.

Examples and more info will be added soon.

# Functions

New creates a new Logger.

# Variables

Prefix is the prefix for the logger, default is [IRIS].

# Structs

Logger is just a log.Logger.