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
mukesh gupta 8mukesh gupta 8 

Log Inspector is not showing the result in salesforce

Hi Experts,

Log Inspector is not showing the result in salesforce.

integer i = 123;

String s = 'Test';

System.debug(' i = '+i);
System.debug('S = '+s);

Not able to seen the result.

Please help

Thank's
KevinPKevinP
Where are you looking? If you open the developer console, and look at the logs tab do you see the log entries there?