š· Lightweight logger for NodeJS and Browser
npm install @toolcase/logging



š· Lightweight logger for NodeJS and Browser
- š Lightweight (3.1 kb)
- š Can be extended with additional reporters
- š Supports logging scope
``js`
npm install --save @toolcase/logging
`js
import logging from '@toolcase/logging'
const myLogger = logging.getLogger('[scope]')
myLogger.info('Hello world!')
``