Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 340 Bytes

Nest Easy Logger

Nest Easy Logger is built for print formatted things.

Installation

pnpm install @yc-w-cn/nest-easy-logger@latest

Basic Usage

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