@storagestack/logging-middleware

Add logging for every operation in our storage stack

Usage no npm install needed!

<script type="module">
  import storagestackLoggingMiddleware from 'https://cdn.skypack.dev/@storagestack/logging-middleware';
</script>

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.