package
0.0.0-20200410162016-263eb77d34e2
Repository: https://github.com/go-ego/ego.git
Documentation: pkg.go.dev
# Functions
Classic returns an Engine instance with the Logger and Recovery middleware already attached.
Default returns an Engine instance with the Logger and Recovery middleware already attached.
DisableConsoleColor disables color output in the console.
ErrorLogger returns a handlerfunc for any error type.
ErrorLoggerT returns a handlerfunc for a given error type.
Logger instances a Logger middleware that will write the logs to mid.DefaultWriter.
LoggerWithWriter instance a Logger middleware with the specified writter buffer.
Recovery returns a middleware that recovers from any panics and writes a 500 if there was one.
No description provided by the author