function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Kaustubh LabheKaustubh Labhe 

Logger framework

Hello,

Does anyone use a logger frameowrk in their salesforce org. If yes, which one? 

I was having a look at 
https://github.com/rsoesemann/apex-unified-logging

Has anyone implemented this in their org already? I have deployed this in my org already, however need a starting point as to how to catch exceptions in classes etc? 

Thx
Raj VakatiRaj Vakati
Salesforce doesnot  have any such logger framework ..  you need to create your own if you want 

Refer this link 

http://succeedwithsalesforce.com/creating-persistent-logs-using-apex-and-a-custom-object/

https://dev.to/davidsbond/salesforce-building-a-structured-extensible-logger-for-apex-315o
https://medium.com/slalom-technology/without-a-debug-trace-easier-logging-in-apex-ad09c3ce97b
sumedha psumedha p
Have a look at this video: https://www.salesforce.com/video/1779405/
It suggests using Platform events with Process Buider for building a logger framework.