Skip to content

Nest Easy Logger is built for print formatted things.

License

Notifications You must be signed in to change notification settings

yc-w-cn/nest-easy-logger

Repository files navigation

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

About

Nest Easy Logger is built for print formatted things.

Resources

License

Stars

Watchers

Forks

Packages

No packages published