echologrus

package module
v0.0.0-...-9a7e6e1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2015 License: BSD-3-Clause Imports: 5 Imported by: 0

README

echo-logrus

GoDoc

Overview

Package echologrus provides a middleware for echo that logs request details via the logrus logging library.

See the documentation on GoDoc.

License

3-clause BSD. A copy is included with the source.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL