Lightweight debugging and crash reporting.
npm install @boost/debugLightweight debugging and crash reporting. Wraps the amazing
debug library to provide additional functionality.
``ts
import { createDebugger } from '@boost/debug';
const debug = createDebugger('boost');
debug('Something is broken!');
`
- Isolated and namespaced debugger instances, controlled with the DEBUG environment variable.
- Crash reporter that logs binary versions, programming languages, running process, system
information, and much more.
- Standard and verbose debug output.
- Toggleable debugging at runtime.
```
yarn add @boost/debug
- https://boostlib.dev/docs/debug
- https://boostlib.dev/api/debug