Magek Framework
    Preparing search index...

    Interface TraceInfo

    interface TraceInfo {
        className: string;
        methodName: string;
        args: unknown[];
        traceId: UUID;
        elapsedInvocationMillis?: number;
        internal?: { target: unknown; descriptor: PropertyDescriptor };
        description?: string;
    }
    Index

    Properties

    className: string
    methodName: string
    args: unknown[]
    traceId: UUID
    elapsedInvocationMillis?: number
    internal?: { target: unknown; descriptor: PropertyDescriptor }
    description?: string