Categorygithub.com/178inaba/ael
modulepackage
1.3.0
Repository: https://github.com/178inaba/ael.git
Documentation: pkg.go.dev

# README

ael

Package that implements Echo Logger interface using Cloud Logging.
It is intended for use with App Engine Second generation.

License

MIT

Author

Masahiro Furudate (a.k.a. 178inaba)
[email protected]

# Functions

GetLogger retrieves the logger from the context.
NewLogger returns echo logger using cloud logging.
NewLoggerMiddleware returns appengine echo logger middleware.

# Structs

Logger is echo logger using cloud logging.
LoggerMiddleware is appengine echo logger middleware.