logurt

4.0.5 • Public • Published

logurt 🍦

Prettier logging

npm version JavaScript Style Guide: Prettier Dependencies

Installation

npm i -S logurt

Usage

const Logurt = require("logurt");
 
Logurt.error("An error occurred.");
Logurt.info("Here's some information.");
Logurt.success("Good job!");
Logurt.warning("Something doesn't look right . . .");

Outputs:

Image

Package Sidebar

Install

npm i logurt

Weekly Downloads

1

Version

4.0.5

License

Apache-2.0

Unpacked Size

3.65 kB

Total Files

6

Last publish

Collaborators

  • scotttesler-user