π· Lightweight logger for NodeJS and Browser
- π Lightweight (3.1 kb)
- π Can be extended with additional reporters
- π Supports logging scope
npm install --save @toolcase/logging
import logging from '@toolcase/logging'
const myLogger = logging.getLogger('[scope]')
myLogger.info('Hello world!')
The project is licensed under MIT License