@microsoft/opentelemetry
    Preparing search index...

    Interface OutputMessages

    A structured wrapper around the list of output messages.

    interface OutputMessages {
        messages: OutputMessage[];
    }
    Index
    messages: OutputMessage[]

    The output messages, in order.