0.0.13 • Published 1 year ago

@renewx/logger v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@renewx/logger

npm version GitHub license

Installation

Install via npm:

npm i @renewx/logger

Or via yarn:

yarn add @renewx/logger

Usage

Add to the start of the index.ts file, and the logs will automatically appear in the console:

import { initLogger } from "@renewx/logger";

initLogger(console.log);

Docs

Read full docs here.

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago