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
eswar R 1eswar R 1 

. What is the difference between Debug Logger and Developer Console? What is Schema Builder

Leo10Leo10
Hi,
Debug log
s are used to point out user debug statements in apex classes triggers etc.
debug log contains all the debug statements and program execution related to the user for which the debug is granted.

System log is used to refer all the logs thats recorded like workflow fire, test class run etc.. but on a very high level both are same
System log contains all the system related information, anonymous apex execution.

The Developer Console is an integrated development environment with a collection of tools you can use to create, debug, and test applications in your Salesforce organization
https://developer.salesforce.com/page/Developer_Console

Schema Builder provides a dynamic environment for viewing and modifying all the objects and relationships in your app. This greatly simplifies the task of designing, implementing, and modifying your data model, or schema. Schema Builder is enabled by default.​
https://help.salesforce.com/articleView?id=schema_builder.htm&type=0


 
Leo10Leo10
Hi,
If my answer helped you then please mark it as 'Best Answer' and solved this question.
If you still have any doubt please do let me know.
Thank you
Amith RaoAmith Rao
Good Evening Guys,

https://www.youtube.com/playlist?list=PLrktFI9foxRbXRXOgZxcVt7FAJ7fDEGCr

https://youtu.be/uRylCAyYkRc

Regards
Amith S Rao