This package has been deprecated

Author message:

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

@inspired-beings/log
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@inspired-beings/log

The MIT License npm version Build Status Code Coverage

Tiny but colorful Node.js logger.

Getting Started

npm i @inspired-beings/log

Example

import log from '@inspired-beings/log';

log("The number %s is greater than %s.", 1.123456789, "zero");
log.err("The number %s is greater than %s.", 1.123456789, "zero");
log.info("The number %s is greater than %s.", 1.123456789, "zero");
log.warn("The number %s is greater than %s.", 1.123456789, "zero");

will output:

Output example of @inspired-beings/log

And:

log.clear();

will clear the output.


/@inspired-beings/log/

    Package Sidebar

    Install

    npm i @inspired-beings/log

    Weekly Downloads

    16

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    7.81 kB

    Total Files

    10

    Last publish

    Collaborators

    • ivangabriele