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)
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。