Newer Version Available
ApexLog
Represents a debug log containing information about a transaction, including information about Apex, Visualforce, and workflow and validation rules. This object is available in API version 19.0 and later.
Fields
| Field Label | API Field Name | Type | Length | Precision | Scale |
|---|---|---|---|---|---|
| Application | Application | string | 64 | ||
| Date | LastModifiedDate | datetime | |||
| Duration (ms) | DurationMilliseconds | int | 9 | 0 | |
| Location | Location | picklist | 40 | ||
| Log ID | Id | id | 15 | ||
| Log Size (bytes) | LogLength | int | 9 | 0 | |
| Log User | LogUserId | reference | 15 | ||
| Operation | Operation | string | 128 | ||
| Request Type | Request | string | 16 | ||
| Start Time | StartTime | datetime | |||
| Status | Status | string | 255 | ||
| System Modstamp | SystemModstamp | datetime |