1log-rxjs

1log plugin for logging RxJS observables

Usage no npm install needed!

<script type="module">
  import logRxjs from 'https://cdn.skypack.dev/1log-rxjs';
</script>

README

gzip size tree shaking types coverage status

1log plugin for logging RxJS observables. Different events in the lifecycle of an observable are marked with colored badges. Observables and subscriptions are assigned numbers, and these numbers let you tell which subscription a specific next/error/completion/unsub applies to. Log messages include time deltas and use indentation to show synchronous stack level. Besides logging to the console, you can use this plugin to test observables by creating snapshots of log messages in Jest tests.

Please refer to the GitHub README for full documentation and screenshots.