# Log API name: `cpm__Log__c` ## Description The Log object is used to capture log messages submitted by various parts of the FinDock application. ## Fields The following table outlines key fields for this object. For complete details, please use the Salesforce **Object Manager**. | Label | Type | Description | | --- | --- | --- | | Log Name | Auto Number | Running number for each log entry | | Message | Long Text Area(32768) | The log content | | Origin | Text(255) | The function (e.g. class name) that produced the log message | | Type | Picklist | Log type: Informal, Warning, Error |