ix-log

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.


License
ISC
Install
npm install ix-log@1.1.1

Documentation

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