-
Notifications
You must be signed in to change notification settings - Fork 519
LogMessage
codefriar edited this page Mar 23, 2021
·
12 revisions
A class for automatically attaching metadata to log messages like Quiddity and RequestID
Constructor accepting a message to log. Severity is auto set to info
| Param | Description |
|---|---|
| `` | e |
Constructor accepting an exception object.
| Param | Description |
|---|---|
| `` | x |
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
Log__e
Description
SObject