@rxap/nest-logger
Version:
A NestJS logger module that integrates with Google Cloud Logging and provides enhanced message formatting. It allows for custom print message functions and circular dependency handling. This package offers a convenient way to standardize and enrich loggin
36 lines (29 loc) • 1.42 kB
Markdown
A NestJS logger module that integrates with Google Cloud Logging and provides enhanced message formatting. It allows for custom print message functions and circular dependency handling. This package offers a convenient way to standardize and enrich logging within NestJS applications.
[](https://www.npmjs.com/package/@rxap/nest-logger)
[](https://commitizen.github.io/cz-cli/)
[](https://github.com/prettier/prettier)



- [Installation](#installation)
- [Generators](#generators)
- [init](#init)
# Installation
**Add the package to your workspace:**
```bash
yarn add @rxap/nest-logger
```
**Install peer dependencies:**
```bash
yarn add @nestjs/common @rxap/nest-utilities @rxap/utilities
```
**Execute the init generator:**
```bash
yarn nx g @rxap/nest-logger:init
```
# Generators
## init
> Initialize the package in the workspace
```bash
nx g @rxap/nest-logger:init
```