A simple logger to console but with different colors.
Log.e("This is an error log having a red color.")
Log.i("This is an info log having a blue color.")
Log.d("This is an debug log having a green color.")
Log.w("This is an warning log having a yellow color.")