add static get for Log

This commit is contained in:
Looly
2019-10-13 11:16:47 +08:00
parent 9fa28dcb71
commit 4c625e582a
2 changed files with 37 additions and 4 deletions

View File

@@ -6,7 +6,8 @@
## 5.0.0
### 新特性
* 【all】 升级JDK最低支持到8
* 【all】 升级JDK最低 支持到8
* 【log】 Log接口添加get的static方法
### Bug修复
* 【http】 修复Cookie中host失效导致的问题issue#583@Github