Categorygithub.com/gohttp/logger
modulepackage
1.0.0
Repository: https://github.com/gohttp/logger.git
Documentation: pkg.go.dev

# README

logger

Simple logging middleware.

View the docs.

2014-09-19 19:10:31 [INFO] >> GET /
2014-09-19 19:10:31 [INFO] << GET / 200 (11B) in 239.285us
2014-09-19 19:10:32 [INFO] >> GET /
2014-09-19 19:10:32 [INFO] << GET / 200 (11B) in 34.189us
2014-09-19 19:10:33 [INFO] >> GET /yahoo
2014-09-19 19:10:34 [INFO] << GET /yahoo 200 (267KB) in 1.111522797s
2014-09-19 19:10:36 [INFO] >> GET /
2014-09-19 19:10:36 [INFO] << GET / 200 (11B) in 36.678us
2014-09-19 19:10:38 [INFO] >> GET /error
2014-09-19 19:10:38 [ERROR] << GET /error 500 (4B) in 36.553us

License

MIT

# Packages

No description provided by the author

# Functions

New logger middleware.