1 Star 0 Fork 48

sendlinux/iLOG3

forked from calvinwilliams/iLOG3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ChangeLog-EN 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
calvin 提交于 2014-05-20 00:23 +08:00 . UPDATE TO V1.0.7
ver 1.0.7 2014-05-20 calvin
* add english doc
ver 1.0.6 2014-05-18 calvin
* add function SetOpenFlag,IsLogOpened for output callback function processing open flag
* log filename and config filename support env format string , exam : "$APP_LOGDIR$/app.log"
* fixed bug : filename can't parse correctly on output item in config ; thanks to found
ver 1.0.5 2014-05-11 calvin
* fixed a bug on windows 64bits : change "time( & (g->cache1_tv.tv_sec) ) ;" to "g->cache1_tv.tv_sec = time( NULL ) ;" ; thanks to MichaelZH
* fxied a bug on windows : change "CreateFileA( ... , FILE_SHARE_WRITE , ... )" to "CreateFileA( ... , FILE_SHARE_READ | FILE_SHARE_WRITE , ... )" for opening log file by editor ; thanks to MichaelZH
ver 1.0.4 2014-03-24 calvin
* change win32api CreateFile to CreateFileA for unicode ; thanks to shidapao
ver 1.0.3 2014-02-14 calvin
* add SetLogBeforeRotateFileFunc,SetLogAfterRotateFileFunc
* add SetFilterLogFunc
ver 1.0.2 2014-02-09 calvin
* add LOGCONF,LOGSCONF
ver 1.0.1 2014-01-19 calvin
* add LOGS
ver 1.0.0 2014-01-05 calvin
* create
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sendlinux/iLOG3.git
git@gitee.com:sendlinux/iLOG3.git
sendlinux
iLOG3
iLOG3
master

搜索帮助