- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/pengwei1024/LogUtils
- 软件文档: https://github.com/pengwei1024/LogUtils/blob/master/README.md
软件介绍
LogUtils是一个强大的Android日志管理器,支持对象、List、Map、数组等输出。具有以下特点:
支持直接打印数据集合,如List、Set、Map、数组等
全局配置log输出
个性化设置Tag
准确显示调用方法、行,快速定位所在文件位置
支持android系统对象Intent、Bundle打印
提供release-no-op版本
个性化设置Tag:
打印数据列表:
打印数组:
打印对象本身属性和继承的属性:
打印系统对象Intent:
Effective Java: Second Edition
Joshua Bloch / Addison-Wesley / 2008-05-28 / USD 54.99
Written for the working Java developer, Joshua Bloch's Effective Java Programming Language Guide provides a truly useful set of over 50 best practices and tips for writing better Java code. With plent......一起来看看 《Effective Java: Second Edition》 这本书的介绍吧!
