A custom logger for my personal projects (based off @ayanaware/logger
import { Logger, config } from "@dimensional-fun/logger";
const logger = new Logger("main");
logger.info("very cool")
logger.debug(config({ timestamp: false }), "Something Happened");
This project is licensed under the MIT License. Read this for more information.
melike2d ยฉ 2018 - 2021