Imri Persiado
Imri Persiado

Reputation: 1889

Android Log class

That might be pretty obvious to everyone since I havn't seen a thread about it but I would like to know where the output of all the Log methods (Log.e,Log.d etc..) would be, in the console?LogCat?Some log file?

Upvotes: 1

Views: 153

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006724

The Log classes log to LogCat.

Upvotes: 2

Related Questions