1.0.2 • Published 4 years ago

nekolog v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

NekoLog

Netlify Status

Table of Contents

About

NekoLog is a Node.js simple logger.

  • Colored, easy-to-understand displays
  • Simple

Installation

Node.js v12.0.0 or earlier is not guaranteed to work and is not supported.

  • npm:npm install nekolog
  • yarn:yarn add nekolog

Example Usage

import { logger as nekolog } from "nekolog";
const logger = new nekolog("utc");

logger.debug("Test");
logger.info("Test");
logger.warn("Test");
logger.error("Test");

Contributing

Any contributions to NekoLog are accepted and encourged. Please refer to CONTRIBUTING.

Links

Notice

  • I(Seraimu) don't speak English, so I use a translation tool.
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago