Circle V2 API Docs
    Preparing search index...

    Type Alias LoggerOptions

    type LoggerOptions = {
        context?: Record<string, unknown>;
        enabled?: boolean;
        name: string;
    }
    Index

    Properties

    context?: Record<string, unknown>
    enabled?: boolean
    name: string