I used to write something like System.out.println(...);
for tracing the information in Java.
But it doesn't write any messages to my IDE console, when I use it for programming for Android. What is the proper way to write to standard output stream?