@renewx/logger
v0.0.13
Published
Simple logger for RenewX
Downloads
6
Maintainers
Readme
@renewx/logger
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.