ix-log
v1.0.5
Published
## Description
Downloads
3
Readme
ix-log
Description
ix-log is a lightweight logging library that runs almost anywhere. It provides detailed logging metadata, colorized output, easy customization, and a node-style variable output without relying on node.
Installation
npm install ix-log
Usage
import { defaultIxLogger as log } from 'ix-log';
log.info('Hello World!');
// 20:01:37.703 <YourProject:3> [INFO] 'Hello World!'
Contributing
Contributions are welcome, feel free to put in a pull request.
License
ISC