log2trace-ui - v1.0.0-RC1
    Preparing search index...

    Interface ScopeLogs

    A collection of logs produced by a scope

    interface ScopeLogs {
        logRecords: LogRecord[];
        schemaUrl?: string;
        scope: InstrumentationScope;
    }
    Index

    Properties

    logRecords: LogRecord[]

    A list of log records

    schemaUrl?: string

    The Schema URL, if known

    The instrumentation scope information for the logs