diff options
Diffstat (limited to 'src/dma/vendor/github.com/labstack/echo/log.go')
-rw-r--r-- | src/dma/vendor/github.com/labstack/echo/log.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dma/vendor/github.com/labstack/echo/log.go b/src/dma/vendor/github.com/labstack/echo/log.go index b194c39c..3f8de590 100644 --- a/src/dma/vendor/github.com/labstack/echo/log.go +++ b/src/dma/vendor/github.com/labstack/echo/log.go @@ -15,6 +15,7 @@ type ( SetPrefix(p string) Level() log.Lvl SetLevel(v log.Lvl) + SetHeader(h string) Print(i ...interface{}) Printf(format string, args ...interface{}) Printj(j log.JSON) |