set severityText(severityText: undefined | string): void
Returns undefined | string
Parameters
severityText: undefined | string
Returns void
Methods
_makeReadonly
_makeReadonly(): void
internal
A LogRecordProcessor may freely modify logRecord for the duration of the OnEmit call.
If logRecord is needed after OnEmit returns (i.e. for asynchronous processing) only reads are permitted.
A LogRecordProcessor may freely modify logRecord for the duration of the OnEmit call. If logRecord is needed after OnEmit returns (i.e. for asynchronous processing) only reads are permitted.