This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

0.0.1 • Public • Published

clogit

Simple JS logger.

Usage

const log = new clogit.Logger({
    outputs: [
        new clogit.output.Console()
    ]
});

log.info('MyModule', 'Hello world!');

Readme

Keywords

none

Package Sidebar

Install

npm i clogit

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

42.2 kB

Total Files

29

Last publish

Collaborators

  • jccit