1.0.4 • Published 6 years ago

@melike2d/logger v1.0.4

Weekly downloads
2
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago