@siac/logger

1.0.0 • Public • Published

Stateful.js

Simple Logger for JavaScript apps.


Installation

Install using a package manager such as Yarn:

yarn add @siac/logger

Usage

Import the library:

import Logger from "@siac/logger";

Error

Prints an error message on the console.

Logger.error(message);

Warning

Prints a warning message on the console.

Logger.warn(message);

Log

Prints a message on the console.

Logger.error(message);

Info

Prints an informative message on the console.

Logger.error(message);

License

Stateful is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i @siac/logger

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.69 kB

Total Files

7

Last publish

Collaborators

  • _itsag