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) 211 B
import { PrintMessagesFunction } from './logger'; import { Environment } from '@rxap/nest-utilities'; export declare const googleLoggingPrintMessagesFactory: (environment: Environment) => PrintMessagesFunction;