Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyQu authored Aug 18, 2017
1 parent 11ac889 commit 78b5592
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Q-Log
Android 轻量级简单易用的日志组件
# Logg
这是一个Android 轻量级简单易用的Log组件

## Features
* 支持输出基本数据类型、数组、Map、List、Intent、Bundle,支持Json、XML格式化输出
* 支持设置ANR拦截捕获,自动格式化保存
* 自定义解析器,当输入类型无法满足需求时或无法解析时,可实现Parser接口重写方法来添加自定义解析器  

## Screenshots
Expand All @@ -12,31 +11,14 @@ Android 轻量级简单易用的日志组件
## Download
Gradle:
```
compile 'com.tool.common.log:Q-Log:0.2.0'
```
or Maven:
```
<dependency>
<groupId>com.tool.common.log</groupId>
<artifactId>Q-Log</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
compile 'com.logg:Logg:1.0.0'
```

## History
v0.2.0
* 代码重构
* 抽离ANR捕获功能,减少耦合
* 参数配置采用Buidler模式

v0.1.0
* 支持输出基本数据类型、数组、Map、List、Intent、Bundle,支持Json、XML格式化输出
* 支持设置异常捕获,自动格式化保存
* 自定义解析器,当输入类型无法满足需求时或无法解析时,可实现Parser接口重写方法来添加自定义解析器
[UpdateLog](https://github.com/DesignQu/Logg/releases)

## Feedback
* Project [Submit Bug or Idea](https://github.com/DesignQu/Tool-Log/issues)
* Project [Submit Bug or Idea](https://github.com/DesignQu/Logg/issues)

## Thanks
[LogUtils](https://github.com/pengwei1024/LogUtils)
Expand Down

0 comments on commit 78b5592

Please sign in to comment.