Releases: mtraver/gaelog
Releases · mtraver/gaelog
v0.2.1
v0.2.0
Add support for wrapping a handler such that a logger is attached to the request's context, as well as package-level logging functions that take such a context. This means that (1) there's no need to construct and close a logger manually and (2) the same logger is passed through a chain of middleware along with the request.
Godoc examples and an example GAE app are also added.