UNPKG

@ogma/nestjs-module

Version:

A NestJS module for the Ogma logger

15 lines (14 loc) 903 B
import { Reflector } from '@nestjs/core'; export declare const OGMA_INSTANCE = "OGMA_INSTANCE"; export declare const OGMA_CONTEXT = "OGMA_CONTEXT"; export declare const OGMA_OPTIONS: string | symbol; export declare const MESSAGE_METADATA = "message"; export declare const MICROSERVICE_METADATA = "microservices:pattern"; export declare const OGMA_INTERCEPTOR_OPTIONS = "OGMA_INTERCEPTOR_OPTIONS"; export declare const OGMA_SERVICE_OPTIONS = "OGMA_SERVICE_OPTIONS"; export declare const OGMA_INTERCEPTOR_SKIP = "OGMA_INTERCEPTOR_SKIP"; export declare const OGMA_SERVICE_TOKEN = "OGMA_SERVICE"; export declare const OGMA_REQUEST_SCOPED_SERVICE_TOKEN = "OGMA_REQUEST_SCOPED_SERVICE"; export declare const OGMA_INTERCEPTOR_PROVIDERS: (string | typeof Reflector)[]; export declare const OGMA_TRACE_METHOD_OPTION = "OGMA_TRACE_METHOD_OPTION"; export declare const OGMA_CONTEXT_PARSER = "OGMA_CONTEXT_PARSER";