@livy/noop-handler
v1.0.4
Published
Handles any Livy log records, but does nothing with them
Downloads
8
Maintainers
Readme
@livy/noop-handler
This Livy handler handles anything, but does nothing, and does not stop bubbling to the rest of the stack. This can be useful for testing.
Synchronous logger support: yes
Runtime: Node.js and browsers
Basic Example
const { NoopHandler } = require('@livy/noop-handler')
const handler = new NoopHandler()
Installation
Install it via npm:
npm install @livy/noop-handler