Versions in this module Expand all Collapse all v1 v1.0.0 Sep 19, 2019 Changes in this version + var Logger *logrus.Logger + func Hook() echo.MiddlewareFunc + type Logrus struct + func GetEchoLogger() Logrus + func (l Logrus) Debug(i ...interface{}) + func (l Logrus) Debugj(j log.JSON) + func (l Logrus) Error(i ...interface{}) + func (l Logrus) Errorj(j log.JSON) + func (l Logrus) Fatal(i ...interface{}) + func (l Logrus) Fatalj(j log.JSON) + func (l Logrus) Info(i ...interface{}) + func (l Logrus) Infoj(j log.JSON) + func (l Logrus) Level() log.Lvl + func (l Logrus) Output() io.Writer + func (l Logrus) Panic(i ...interface{}) + func (l Logrus) Panicj(j log.JSON) + func (l Logrus) Prefix() string + func (l Logrus) Print(i ...interface{}) + func (l Logrus) Printj(j log.JSON) + func (l Logrus) SetHeader(_ string) + func (l Logrus) SetLevel(lvl log.Lvl) + func (l Logrus) SetOutput(w io.Writer) + func (l Logrus) SetPrefix(s string) + func (l Logrus) Warn(i ...interface{}) + func (l Logrus) Warnj(j log.JSON)