I am just entered into the Blackberry Arena..
I am using Eclipse Plugin
for running my testing application to simulator.
So, In my code somewhere I have add System.out.println("Print");
statements, but by debugging or running app to simulator, I couldn't find any log statements printed to eclipse console.
Is there anything that I need to take care for using println()
methods ?