UNPKG

@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

85 lines (84 loc) 2.27 kB
{ "version": "10.3.5", "name": "@rxap/nest-logger", "description": "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.\n", "license": "GPL-3.0-or-later", "dependencies": { "@nx/devkit": "20.5.0", "@rxap/ts-morph": "^1.5.5", "@rxap/workspace-utilities": "^19.8.0", "tslib": "2.6.2" }, "peerDependencies": { "@nestjs/common": "^10.3.8", "@rxap/nest-utilities": "^10.4.3-dev.2", "@rxap/utilities": "^16.4.4-dev.0" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/nest/logger", "keywords": [ "logger", "nest", "nest-logger", "packages", "rxap", "scope:utilities" ], "ng-update": { "migrations": "./migrations.json" }, "nx-migrations": { "packageGroup": [ { "package": "@nestjs/cache-manager", "version": "2.2.2" }, { "package": "@nestjs/common", "version": "10.3.8" }, { "package": "@nestjs/config", "version": "3.2.2" }, { "package": "@nestjs/core", "version": "10.3.8" }, { "package": "@nestjs/throttler", "version": "5.1.2" }, { "package": "@rxap/nest-utilities", "version": "10.4.3-dev.2" }, { "package": "@rxap/utilities", "version": "16.4.4-dev.0" } ] }, "publishConfig": { "access": "public", "directory": "../../../dist/packages/nest/logger" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/nest/logger" }, "schematics": "./generators.json", "type": "commonjs", "gitHead": "3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa", "types": "./src/index.d.ts", "main": "./src/index.js" }