ts-lambda-api - v2.5.2
    Preparing search index...

    Interface LoggerOptions

    interface LoggerOptions {
        access?: string | boolean;
        customKey?: string;
        detail?: boolean;
        errorLogging?: boolean;
        level?: string;
        levels?: { [key: string]: string };
        messageKey?: string;
        nested?: boolean;
        sampling?: {
            period?: number;
            rate?: number;
            rules?: SamplingOptions[];
            target?: number;
        };
        serializers?: { [name: string]: (prop: any) => any };
        stack?: boolean;
        timestamp?: boolean | TimestampFunction;
    }
    Index

    Properties

    access?: string | boolean
    customKey?: string
    detail?: boolean
    errorLogging?: boolean
    level?: string
    levels?: { [key: string]: string }
    messageKey?: string
    nested?: boolean
    sampling?: {
        period?: number;
        rate?: number;
        rules?: SamplingOptions[];
        target?: number;
    }
    serializers?: { [name: string]: (prop: any) => any }
    stack?: boolean
    timestamp?: boolean | TimestampFunction