Nest Easy Logger is built for print formatted things.
pnpm install @yc-w-cn/nest-easy-logger@latestimport { EasyLogger } from "@yc-w-cn/nest-easy-logger";
const logger = new EasyLogger(name);
logger.log('YOUR_KEY', 'YOUR_VALUE') // Output: YOUR_KEY -> YOUR_VALUENote that before publishing, you need to build.
pnpm build