Defined in: types/ExecutionContext.ts:14
Represents a log message or audit entry generated during execution.
Properties
text
text:
string
Defined in: types/ExecutionContext.ts:18
The descriptive text of the message.
type
type:
MessageType
Defined in: types/ExecutionContext.ts:16
The severity level of the message.
