package logger

import "github.com/labstack/echo/logger"

Index

Types

type Logger

type Logger interface {
	Debug(...interface{})
	Debugf(string, ...interface{})

	Info(...interface{})
	Infof(string, ...interface{})

	Warn(...interface{})
	Warnf(string, ...interface{})

	Error(...interface{})
	Errorf(string, ...interface{})

	Fatal(...interface{})
	Fatalf(string, ...interface{})
}

Logger is the interface that declares Echo's logging system.

Source Files

logger.go

Version
v2.0.0-apha.1+incompatible
Published
Feb 10, 2016
Platform
darwin/amd64
Last checked
2 hours ago

Tools for package owners.