Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 308 Bytes

logger

A simple logger, used in MinecraftTS.

Usage

First install with npm install @minecraftts/logger then initialize the logger via

import { Logger } from "@minecraftts/logger";

new Logger();

You can then either log via methods exposed by console or via any of the Logger methods