Trace
Last updated
Last updated
abort
boolean
false
If true, the current request will be aborted after the trace call. Default is false.
false
category
String
false
The category of the trace message. Default is an empty string.
text
string
true
The text of the trace message. Required.
type
string
true
The type of the trace message. Default is "Information".
Information
extrainfo
any
false
Any extra information to be logged with the trace message. This can be simple or a complex object. We will convert it to string for logging.