forked from HardySimpson/zlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab52cbe
commit cb9c1f1
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,12 +113,12 @@ In the configuration file log messages in the category "my_cat" and a level of D | |
6.Links: | ||
------------- | ||
|
||
Homepage: http://hardysimpson.github.com/zlog | ||
Downloads: https://github.com/HardySimpson/zlog/releases | ||
Author's Email: [email protected] | ||
* Homepage: http://hardysimpson.github.com/zlog | ||
* Downloads: https://github.com/HardySimpson/zlog/releases | ||
* Author's Email: [email protected] | ||
|
||
auto tools version: https://github.com/bmanojlovic/zlog | ||
cmake verion: https://github.com/lisongmin/zlog | ||
windows version: https://github.com/lopsd07/WinZlog# 开源中国社区 | ||
* auto tools version: https://github.com/bmanojlovic/zlog | ||
* cmake verion: https://github.com/lisongmin/zlog | ||
* windows version: https://github.com/lopsd07/WinZlog | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[p] 使用valgrind测试性能 | ||
[ ] 更好的错误展现,当系统出问题的时候直接报错 | ||
[ ] hzlog的可定制 | ||
[ ] hex那段重写,内置到buf内,参考od的设计 | ||
[ ] 分类匹配的可定制化, rcat | ||
|