This package has been deprecated

Author message:

use @dimensional-fun/logger instead

@melike2d/logger
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @melike2d/logger

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

50.5 kB

Total Files

19

Last publish

Collaborators

  • the2dperson