-
Notifications
You must be signed in to change notification settings - Fork 519
LogMessage
pozil edited this page Oct 16, 2023
·
12 revisions
A class for automatically attaching metadata to log messages like Quiddity and RequestID
Group Shared Code
Constructor accepting a message to log. Severity is auto set to info
| Param | Description |
|---|---|
message |
Constructor accepting an exception object.
| Param | Description |
|---|---|
ex |
Public message property.
Public read only property for quiddity. Privately set.
public read only property for the request ID. Privately set.
Public severity property.
converts this object to an event for publishing
| Type | Description |
|---|---|
Log__e |
SObject |