Home » Diagnostics

Diagnostics

Apex BOOST: Flow Logging

Logging errors is one of the most important steps you can take to improve the quality of your Salesforce solution. Let’s talk about how to utilize the Logger in the new Apex BOOST Library.

Apex BOOST: Logger

Logging errors is one of the most important steps you can take to improve the quality of your Salesforce solution. Let’s talk about how to utilize the Logger in the new Apex BOOST Library.

Diagnostics You Can Disable

Diagnostics are great for debugging and catching problems during development, but at release time, you may want them gone in order to speed up your code. This article introduces an Apex class that allows you to do just that.