Log.v("GREATCAT", "This is Verbose."); Log.d("GREATCAT", "This is Debug."); Log.i("GREATCAT", "This is Information"); Log.w("GREATCAT", "This is Warnning."); Log.e("GREATCAT", "This is Error.");