1.0.5 • Published 1 month ago

ix-log v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

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

1.0.5

1 month ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

6 months ago