ApexLogger icon indicating copy to clipboard operation
ApexLogger copied to clipboard

A very simple Salesforce Apex library for writing logs to the database.

Results 5 ApexLogger issues
Sort by recently updated
recently updated
newest added

Hi @mlockett I found that I could not deploy the ApexLogger directly to Salesforce.

- Use a custom LWC to show the logs - View and Delete options in custom LWC - add Clear button to clear the logs - improved UI for showing...

It appears to me that this Validation Rule on Account is unnecessary and may cause confusion or some issues if deployed in an org. https://github.com/mlockett/ApexLogger/blob/master/force-app/main/default/objects/Account/validationRules/Force_fail.validationRule-meta.xml

I am not sure if it's just me, but when trying to deploy from a sandbox to production, I get this: "System.QueryException: List has no rows for assignment to SObject...

When turning on Tail in the reader and using the Screen Log Writer Flow on the same page, the Log Reader turns off Tail when the Flow on the page...