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