@toolcase/logging
v0.3.12
Published
๐ท Lightweight logger for NodeJS and Browser
Downloads
4
Maintainers
Readme
@toolcase/logging
๐ท Lightweight logger for NodeJS and Browser
โญ 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