{"id":80,"date":"2014-03-03T06:23:39","date_gmt":"2014-03-03T06:23:39","guid":{"rendered":"https:\/\/cindypotvin.com\/?p=80"},"modified":"2017-02-18T16:37:00","modified_gmt":"2017-02-18T21:37:00","slug":"creating-logs-in-android-applications","status":"publish","type":"post","link":"https:\/\/cindypotvin.com\/creating-logs-in-android-applications\/","title":{"rendered":"Creating logs in Android applications"},"content":{"rendered":"

For Android applications, logging is handled by the android.util.Log<\/em> class, which is a basic logging class that stores the logs in a circular buffer for the whole device. All logs for the device can be seen in the LogCat tab in Eclipse, or read using the logcat<\/em> command. Here is a standard log output for the LogCat tab in Eclipse :<\/p>\n

\"image\"<\/a><\/p>\n

There are five levels of logs you can use in your application, for the most verbose to the least verbose :<\/p>\n