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

8 lines (7 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UseRxapLoggerFactory = UseRxapLoggerFactory; const nest_logger_1 = require("@rxap/nest-logger"); function UseRxapLoggerFactory() { return (app) => app.get(nest_logger_1.RxapLogger); }