1.0.7 • Published 7 months ago

@yc-w-cn/nest-easy-logger v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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
1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago