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
crop1645crop1645 

Eclipse IDE 3.5 Apex Code Log Level produces too much output

I'm using Eclipse IDE 3.5 and set Apex Code Log Level in the lower right pane to 'Debug'. According to the Apex Spring 10 Developer's Guide - 

 

"METHOD_ENTRY and METHOD_EXIT events are logged at FINEST level"  

 

So, what gives? If I set the logging level to 'DEBUG' for APEX Code, why do I still see METHOD_ENTRY and METHOD_EXIT events in my Eclipse IDE debug log?  Needless to say, the debug logs become voluminous forcing me to break up test methods into separate classes to avoid the dreaded 'maximum debug size reached, log truncated' message

 

Do all my components needed to be upgraded to the latest API level (18.0)? for the debug log settings to take effect?

 

thanks in advance

crop1645crop1645

Bumping ... same problem with IDE Version 19.0