Skip to content

Verbose Logging Options

Compare
Choose a tag to compare
@Coly010 Coly010 released this 28 Feb 19:12
· 9 commits to main since this release

πŸ”₯ rxjs-debug-operator v1.1.1 has been released!

The latest update allows for logging of:

  • next notifications 🀩
  • error notifications β›”
  • complete notifications πŸ₯³

πŸš€ Check it out:
https://github.com/Coly010/rxjs-debug-operator

πŸ’‘ By default debug() will

  • console.log the value received from the source observable
  • console.error the error received from the source observable
  • no-op complete notifications received from the source observable

⚑ It takes a config argument that allows you to specify:

  • an ignore-case
  • a custom next notification handler
  • a custom error notification handler
  • a custom complete notification handler