Logger
It will automatically create a directory to store the logs.
DO NOT DELETE THIS!
import logger from "@utils/logger";
logger.log("...");
logger.warn("...");
logger.debug("...");
logger.error("...");
Last updated
It will automatically create a directory to store the logs.
DO NOT DELETE THIS!
import logger from "@utils/logger";
logger.log("...");
logger.warn("...");
logger.debug("...");
logger.error("...");
Last updated