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
The Chad.ax403The Chad.ax403 

Viewing Log


I am using the Force.com IDE and there is some code written in the Facebook toolkit that writes to a log....

System.debug(LoggingLevel.INFO, '\n\nFacebookConnection getConnection()\n');

How can I view this log?  I am trying the "System Log" at the top but it doesn't seem to be showing anything...?

Thanks,

Chad

Best Answer chosen by Admin (Salesforce Developers) 
werewolfwerewolf
You've got 2 options there.  You'll see the debug log if you run tests, i.e. from Eclipse or from the Apex Class's Run Tests button.  In Eclipse you may have to turn the verbosity up a little to see them.  You can also see them live by turning on the debug log for a user at Setup->Monitoring->Debug Log.