package log
import "github.com/labstack/echo/log"
Index ¶
Types ¶
type Logger ¶
type Logger interface { SetOutput(io.Writer) SetLevel(uint8) Print(...interface{}) Printf(string, ...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 defines the logging interface.
Source Files ¶
- Version
- v2.0.0+incompatible
- Published
- Jun 8, 2016
- Platform
- windows/amd64
- Imports
- 1 packages
- Last checked
- 21 seconds ago –
Tools for package owners.