Documentation
¶
Overview ¶
Package echologrus provides a middleware for echo that logs request details via the logrus logging library
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() echo.MiddlewareFunc
New returns a new middleware handler with a default name and logger
func NewWithName ¶
func NewWithName(name string) echo.MiddlewareFunc
NewWithName returns a new middleware handler with the specified name
func NewWithNameAndLogger ¶
func NewWithNameAndLogger(name string, l *logrus.Logger) echo.MiddlewareFunc
NewWithNameAndLogger returns a new middleware handler with the specified name and logger
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.