There are different levels of log in Android Studio, which perhaps, I say perhaps, is not very different in other IDE's. Basically they are the different way I can write a message in logcat . The types are VERBOSE
, DEBUG
, INFO
, WARN
, ERROR
and ASSERT
.
What does each of these mean? In what situations should I use them?