interface ReadableLogRecord {
    attributes: AnyValueMap;
    body?: AnyValue;
    droppedAttributesCount: number;
    hrTime: HrTime;
    hrTimeObserved: HrTime;
    instrumentationScope: core.InstrumentationScope;
    resource: resources.Resource;
    severityNumber?: SeverityNumber;
    severityText?: string;
    spanContext?: SpanContext;
}

Implemented by

Properties

attributes: AnyValueMap
body?: AnyValue
droppedAttributesCount: number
hrTime: HrTime
hrTimeObserved: HrTime
instrumentationScope: core.InstrumentationScope
severityNumber?: SeverityNumber
severityText?: string
spanContext?: SpanContext