Skip to content

Commit

Permalink
see 04/23 log
Browse files Browse the repository at this point in the history
  • Loading branch information
Blankj committed Apr 23, 2017
1 parent 0572bf7 commit a7fb33a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
20 changes: 9 additions & 11 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,16 +315,15 @@ Builder.setLogHeadSwitch : 设置log头开关
Builder.setLog2FileSwitch: 设置log文件开关
Builder.setBorderSwitch : 设置log边框开关
Builder.setLogFilter : 设置log过滤器
v : Verbose日志
d : Debug日志
i : Info日志
w : Warn日志
e : Error日志
a : Assert日志
file: log到文件
json: log字符串之json
xml : log字符串之xml
v : Verbose日志
d : Debug日志
i : Info日志
w : Warn日志
e : Error日志
a : Assert日志
file : log到文件
json : log字符串之json
xml : log字符串之xml
```

* ### 网络相关→[NetworkUtils.java][network.java][Demo][network.demo]
Expand Down Expand Up @@ -461,7 +460,6 @@ dismissSnackbar : 取消snackbar显示

* ### SpannableString相关→[SpannableStringUtils.java][spannable.java][Demo][spannable.demo]
```
Builder.getBuilder : 获取建造者
Builder.setFlag : 设置标识
Builder.setForegroundColor: 设置前景色
Builder.setBackgroundColor: 设置背景色
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ Builder.setLogHeadSwitch
Builder.setLog2FileSwitch
Builder.setBorderSwitch
Builder.setLogFilter
v
d
i
Expand Down Expand Up @@ -461,7 +460,6 @@ dismissSnackbar

* ### About SpannableString→[SpannableStringUtils.java][spannable.java][Demo][spannable.demo]
```
Builder.getBuilder
Builder.setFlag
Builder.setForegroundColor
Builder.setBackgroundColor
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion update_log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* 17/04/21 发布Version1.4.0
* 17/04/23 完善README
* 17/04/21 完善TimeUtils,发布Version1.4.0
* 17/04/20 SpannableStringUtils新增设置字体尺寸
* 17/03/29 修改README
* 17/03/27 更新LogUtils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public static void init() {
Utils.init(RuntimeEnvironment.application);
}

// * ### Activity相关→[ActivityUtils.java][activity.java]→[Demo][activity.demo]
@Test
public void readme2Eng() throws Exception {
formatCN();
Expand Down

0 comments on commit a7fb33a

Please sign in to comment.