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
DbjensenDbjensen 

Can the Debug Log in developer console show class or method in column?

Hello - Is it possible to add a column to the debug log go show which class or method a debug statement is from? If not, is there an easy way to tell? 

User-added image
Best Answer chosen by Dbjensen
Venkata Naresh Thatha 8Venkata Naresh Thatha 8
I dont think you can add column you can add a new perspective.

Debug -> View Log Panels -> Enable Stack Tree.

You can save the perspective so you can see stack everytime you  generate a log. 


User-added image
 

All Answers

Venkata Naresh Thatha 8Venkata Naresh Thatha 8
I dont think you can add column you can add a new perspective.

Debug -> View Log Panels -> Enable Stack Tree.

You can save the perspective so you can see stack everytime you  generate a log. 


User-added image
 
This was selected as the best answer
RKSalesforceRKSalesforce
DbjensenDbjensen
Hi Venkata - thanks so much. This is very helpful. 
DbjensenDbjensen
Hi Ramakant - I haven't had a chance to implement this yet but I'm hoping to do so. thanks for the helpful response.