1.0.7 • Published 7 months ago
@yc-w-cn/nest-easy-logger v1.0.7
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
Publishing
Note that before publishing, you need to build.
pnpm build