| Application |
- Type
- string
- Properties
- Filter,
Group, Sort
- Description
- This value depends on the client type that triggered the log.
- For API clients, this value is the client ID.
- For browser clients, this value is Browser.
|
| DurationMilliseconds |
- Type
- int
- Properties
- Filter,
Group, Sort
- Description
- Duration of the transaction in milliseconds.
|
| Location |
- Type
- picklist
- Properties
- Filter,
Group, Nillable, Restricted picklist, Sort
- Description
- Specifies the location of the origin of the log. Values are:
-
Monitoring—Log is generated
as part of debug log monitoring. These types of logs are maintained for
seven days or until a user deletes them.
-
SystemLog—Log is generated
from the Developer Console. These types of logs are maintained for 24
hours or until the user clears them.
|
| LogLength |
- Type
- int
- Properties
- Filter,
Group, Sort
- Description
- Length of the log in bytes.
|
| LogUserId |
- Type
- reference
- Properties
- Filter,
Group, Nillable, Sort
- Description
- ID of the user whose actions triggered the debug log.
|
| Operation |
- Type
- string
- Properties
- Filter,
Group, Sort
- Description
- Name of the operation that triggered the debug log, such as APEXSOAP, Apex
Sharing Recalculation, and so on.
|
| Request |
- Type
- string
- Properties
- Filter,
Group, Sort
- Description
- Request type. Values are:
-
API—Request came from the
API
-
Application—Request came
from the Salesforce user interface
|
| RequestIdentifier |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The unique identifier of the request that triggered the debug log. Use this
request identifier to correlate multiple debug logs triggered by the same
request.
|
| StartTime |
- Type
- dateTime
- Properties
- Filter,
Sort
- Description
- Start time of the transaction.
|
| Status |
- Type
- string
- Properties
- Filter,
Group, Sort
- Description
- Status of the transaction. This value is either Success, or the text of an unhandled Apex exception.
|