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

4 lines (3 loc) 200 B
import { INestApplicationContext } from '@nestjs/common'; import { RxapLogger } from '@rxap/nest-logger'; export declare function UseRxapLoggerFactory(): (app: INestApplicationContext) => RxapLogger;