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
John L.John L. 

Extraneous function return output info in my System.debug messages

I'm having trouble removing/disabling the following system-supplied System.debug output line:

 


20090620211041.352:Class.CSSEHT.SOQL.DescribeIt: line 109, column 43:     returning String from method public String setTabs(Integer) in 1 ms

 

This information may be useful in some cases, but I'm currently interested in suppressing this output. I've tried setting the LoggingLevel to various values,(via the "System.debug(Logginglevel.ERROR);" invocation) to no avail.

 

THanks in advance for any insight you may be able to provide.

MukulMukul

Hi John,

 

I have a question for you. Can you please tell me where can i see the System.debug statements?

 

For some reason, i cant find my debug log.

 

Please help!!!