News

Salesforce includes a debug log that allows you to output strings or even deserialized objects to help you understand what the value of specific complex variables were at specific times during runtime ...
As Salesforce tests cannot access the Debug Log, this class can be used instead to store some debugging information that can be read by apex tests. The DebugLog class is used to store key/value pairs.