An open API service indexing awesome lists of open source software.

https://github.com/minecraftts/logger

Logger used in MinecraftTS
https://github.com/minecraftts/logger

hacktoberfest logger nodejs typescript

Last synced: 12 months ago
JSON representation

Logger used in MinecraftTS

Awesome Lists containing this project

README

          

# logger

A simple logger, used in MinecraftTS.

### Usage

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

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

new Logger();
```

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