ix-log
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ix-log

Weekly Downloads

1

Version

1.0.5

License

ISC

Unpacked Size

52.4 kB

Total Files

42

Last publish

Collaborators

  • int3nse