Displaying all the logs from the default buffer on the Command Line can be accomplished by:
adb logcat
This command will show you all the logs from the device's main buffer. Notice that if you use it for the first time, you'll get a lot of information, an enormous stream of data. So you may want...