Sometimes there is necessary to redirect lot of data, such as xml-file or something else, to logcat output.
Especially useful to see HTTP traffic of your interaction with RESTful server (obviously in debug-mode only). Let's try to wrap and re-direct Java-stream to Android Logcat!