Logger package for the BIL monorepo. Provides a pre-configured Pino logger with pretty printing for development.
import logger from "@mayson/logger";logger.info("Application started");logger.error({ err }, "Something went wrong");logger.debug({ data }, "Debug information"); Copy
import logger from "@mayson/logger";logger.info("Application started");logger.error({ err }, "Something went wrong");logger.debug({ data }, "Debug information");
Logger package for the BIL monorepo. Provides a pre-configured Pino logger with pretty printing for development.
Example