What is log? where to use log functions?

Log messages are used to debug the program.
Log.d() is debug log.
Log.i() - informative
Log.e() - error log
Log.w() - warning log
Log.v() - verbose log

No comments:

Post a Comment