android 扩展日志库 android-log

码农软件 · 软件分类 · 日志工具(Logging) · 2019-09-20 23:44:25

软件介绍

一个android平台上的扩展日志库。

用法

1.禁止/启用日志

Log.setEnabled(true); Log.setEnabled(false); 

2.设置全局日志标签

Log.setTag("Android"); 

3.简单使用

Log.d("test");  
Log.v("test");
 Log.i("test");
 Log.w("test");
 Log.e("test"); 

 

4.简单使用 -- 设置标签

Log.d("TAG","test");
 Log.v("TAG","test"); 
Log.i("TAG","test"); 
Log.w("TAG","test"); 
Log.e("TAG","test"); 

 

5.高级使用

Log.d("test",new Throwable("test"));
 Log.v("test",new Throwable("test")); 
Log.i("test",new Throwable("test"));
 Log.w("test",new Throwable("test")); 
Log.e("test",new Throwable("test")); 

 

6.高级使用 -- 设置标签 

Log.d("TAG","test",new Throwable("test")); 
Log.v("TAG","test",new Throwable("test")); 
Log.i("TAG","test",new Throwable("test")); 
Log.w("TAG","test",new Throwable("test")); 
Log.e("TAG","test",new Throwable("test")); 

本文地址:https://codercto.com/soft/d/15051.html

Numerical Linear Algebra

Numerical Linear Algebra

Lloyd N. Trefethen、David Bau III / SIAM: Society for Industrial and Applied Mathematics / 1997-06-01 / USD 61.00

Numerical Linear Algebra is a concise, insightful, and elegant introduction to the field of numerical linear algebra.一起来看看 《Numerical Linear Algebra》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具