Log.v(), Log.d(), Log.i(), Log.w() and Log.e() – When to use each one?

I found a wonderful explanation of these on Stackoverflow and I stole them from Kurtis Nusbaum so you won’t have to. You’re welcome! So… you come to me and ask: When and which one to use? Let me (that is… him) tell you what I stole: Log.e: This is for when bad stuff happens. Use …