Nest Easy Logger is built for print formatted things.
pnpm install @yc-w-cn/nest-easy-logger@latest
import { EasyLogger } from "@yc-w-cn/nest-easy-logger";
const logger = new EasyLogger(name);
logger.log('YOUR_KEY', 'YOUR_VALUE') // Output: YOUR_KEY -> YOUR_VALUE