package
0.2.6
Repository: https://github.com/wikia/go-commons.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
EchoLogger is a middleware and zap to provide an "access log" like logging for each request.
FromContext will return current logger from the given context.Context object.
No description provided by the author
FromRequest will return current logger embedded in the given request object.
LoggerInContext will embed zap.Logger into request context for handler to use.

# Structs

TracingLogger this is the wrapper around zap.SugaredLogger that implements interface used by jaeger library.