1.0.4 • Published 4 years ago

@melike2d/logger v1.0.4

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

@melike2d/logger

A custom logger for my personal projects (based off @ayanaware/logger

Usage

import { Logger, config } from "@melike2d/logger";

const logger = new Logger("main");
logger.info("very cool")
logger.debug(config({ timestamp: false }), "Something Happened");

License

This project is licensed under the MIT License. Read this for more information.


MeLike2D © 2020

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago