Shinwoo PARK e81e7b8e09 feat: add LoggedGuard and LoggedInterceptor to exports
This commit introduces LoggedGuard and LoggedInterceptor to the list of exported modules in the index.ts file, enhancing the logging capabilities of the application by making these additional decorators available for use.
2025-03-18 21:22:05 +09:00
2024-06-07 05:31:55 +09:00
2025-03-18 19:47:13 +09:00
2025-02-11 21:17:50 +09:00
2023-11-17 17:03:55 +09:00
2025-03-18 19:47:13 +09:00
2025-03-18 19:47:13 +09:00
2025-02-11 20:31:30 +09:00
2023-12-03 19:05:22 +09:00
2023-12-03 21:19:33 +09:00
2025-03-18 19:47:13 +09:00

NestJS Logging Decorators

This package provides some decorations to make NestJS logging simpler.
It only uses Logger provided by @nestjs/common package and some dependencies required for nestjs.

Installation

npm install nestlogged

or

yarn add nestlogged

More Info

Wiki

Description
A NestJS Logger Decorator Library
https://nestlogged.psw.kr
Readme 1.2 MiB
Languages
TypeScript 100%