I want to write some debugging output to the log to review it with logcat.
If I write something to System.out this is already displayed in logcat.
What is the clean way to write to the log and add levels and tags to my output?
See Question&Answers more detail:os