OpenTelemetry PHP

LogRecordBuilderInterface

Table of Contents

Methods

emit()  : void
setAttribute()  : LogRecordBuilderInterface
setAttributes()  : LogRecordBuilderInterface
setBody()  : LogRecordBuilderInterface
setContext()  : LogRecordBuilderInterface
setEventName()  : LogRecordBuilderInterface
setException()  : LogRecordBuilderInterface
Sets the `exception.message` `exception.type`, and `exception.stacktrace` attributes.
setObservedTimestamp()  : LogRecordBuilderInterface
Time when the event was observed by the collection system
setSeverityNumber()  : LogRecordBuilderInterface
Numerical value of the severity.
setSeverityText()  : LogRecordBuilderInterface
The original string representation of the severity as it is known at the source.
setTimestamp()  : LogRecordBuilderInterface
Time when the event occurred measured by the origin clock, i.e. the time at the source.

Methods


        
On this page

Search results