@ac-essentials/app-util
    Preparing search index...

    Type Alias AnsiLoggerRecordStringifierTextComponents

    type AnsiLoggerRecordStringifierTextComponents = {
        logLevel: string | undefined;
        message: string;
        metadata: string | null;
        stackTrace: string | null | undefined;
        timestamp: string;
    }
    Index

    Properties

    logLevel: string | undefined
    message: string
    metadata: string | null
    stackTrace: string | null | undefined
    timestamp: string