@storagestack/logging-middleware
v0.8.0-alpha.1
Published
Add logging for every operation in our storage stack
Maintainers
Readme
Logging middleware
The Logging middleware helps you in debugging your application. For the moment we have a basic implementation of logging.
Middleware
You will have also an ability to define middleware to transform your storage content to the content you want for your application.
You register a middleware by providing a pattern when the middleware needs to be handled and the middleware implementation.
