1
0
mirror of https://github.com/armink/EasyLogger.git synced 2025-01-31 13:32:52 +08:00

1、【更新】中文文档中的Gif动画为国内源。

Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
armink 2015-06-12 09:33:15 +08:00
parent 9a728efc5e
commit 297c9e0190
10 changed files with 20 additions and 2 deletions

View File

@ -87,13 +87,19 @@ EasyLogger拥有过滤方式、输出格式、输出开关这些属性。
下图为在终端中输入命令来控制日志的输出及过滤器的设置更加直观的展示了EasyLogger核心功能。
![easylogger](https://raw.githubusercontent.com/armink/EasyLogger/master/docs/images/EasyLoggerDemo.gif)
![easylogger](http://git.oschina.net/Armink/EasyLogger/raw/master/docs/zh/images/EasyLoggerDemo.gif)
> 注以上内容对应的API可以打开[思维导图](http://naotu.baidu.com/viewshare.html?shareId=ausqm3j44f4k)看到更清晰的逻辑。
### 2.6.2 Flash Log
下图过程为通过控制台输出日志并将输出的日志存储到Flash中。重启再读取上次保存的日志最后清空Flash日志。
![FlashLog](http://git.oschina.net/Armink/EasyLogger/raw/master/docs/zh/images/LogDemo.gif)
# 3. 后期
- ~~1、Flash存储在[EasyFlash](https://github.com/armink/EasyFlash)中增加日志存储、读取功能让EasyLogger与其无缝对接。使日志可以更加容易的存储在 **非文件系统** 中,~~并具有历史日检索的功能;
- 1、~~Flash存储在[EasyFlash](https://github.com/armink/EasyFlash)中增加日志存储、读取功能让EasyLogger与其无缝对接。使日志可以更加容易的存储在 **非文件系统** 中,~~并具有历史日检索的功能;
- 2、异步输出目前日志输出与用户代码之间是同步的方式这种方式虽然软件简单也不存在日志覆盖的问题。但在输出速度较低的平台下会由于增加日志功能而降低软件运行速度。所以后期会增加 **异步输出** 方式,关键字过滤也会放到异步输出中去;
- 3、日志助手开发跨平台的日志助手兼容Linux、Windows、Mac系统打开助手即可查看、过滤支持正则表达式、排序、保存日志等计划使用[NW.js](http://www.oschina.net/p/nwjs)框架;
- 4、文件转档文件系统下支持文件按容量转档按时间区分

1
docs/en/api.md Normal file
View File

@ -0,0 +1 @@
# Coming soon...

View File

Before

Width:  |  Height:  |  Size: 797 KiB

After

Width:  |  Height:  |  Size: 797 KiB

BIN
docs/en/images/LogDemo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

3
docs/en/readme.md Normal file
View File

@ -0,0 +1,3 @@
|File name |Description|
|:----- |:----|
|api.md |API description|

4
docs/readme.md Normal file
View File

@ -0,0 +1,4 @@
|File or folder name |Description|
|:----- |:----|
|en |English documents|
|zh |中文文档(简体)|

1
docs/zh/api.md Normal file
View File

@ -0,0 +1 @@
#即将发布...

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 KiB

BIN
docs/zh/images/LogDemo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

3
docs/zh/readme.md Normal file
View File

@ -0,0 +1,3 @@
|文件名 |描述|
|:----- |:----|
|api.md |API 说明|