Skip to content

gohttp/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple logging middleware.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages