码迷,mamicode.com
首页 > 移动开发 > 详细

android log的两种方法

时间:2015-03-31 09:07:32      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:android   log   

有两种方法使用log
log类
log level:
verbose:任何消息
debug:输出调试消息
information:一般提示性的信息,包括i,w,e
warning:警告
error:错误
assert

LogPrinter类:发送输出到系统log,
构造函数
public LogPrinter (int priority, String tag)
参数:
priority The desired log priority: Log.VERBOSE, Log.DEBUG, Log.INFO, Log.WARN, or Log.ERROR.
tag A string tag to associate with each printed log statement.
方法:
void println(String x)

android log的两种方法

标签:android   log   

原文地址:http://blog.csdn.net/wojiong132/article/details/44759979

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!