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
Anshuma YadavAnshuma Yadav 

How to get details of 'Order of Execution' of the particular log using apex class?

Best Answer chosen by Anshuma Yadav
AnkaiahAnkaiah (Salesforce Developers) 
Hi Anshuma,

You  need to enable the debug logs for user and check.

Refer the below help article.
https://help.salesforce.com/s/articleView?id=sf.code_dev_console_view_system_log.htm&type=5
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_debugging_system_log_console.htm

Thanks!!