Skip to content

minecraftts/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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