Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 308 Bytes

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