31 Commits

Author SHA1 Message Date
5540a9169a feat: 优化日志系统,添加日志器缓存机制 2025-10-18 08:50:43 +08:00
c5c625f50e refactor: 重构日志系统,统一日志接口并添加map工具 2025-10-17 14:55:41 +08:00
9fce78a59e refactor: 优化日志系统,支持多日志器 2025-09-15 13:35:16 +08:00
8ac539eb79 refactor: 隐藏原始函数 2025-09-15 10:16:09 +08:00
359c9f247a refactor: 添加构建、测试和清理脚本,优化CMakeLists.txt 2025-07-08 17:16:02 +08:00
8fef266119 Merge branch 'dev' 2025-05-15 10:30:53 +08:00
6ff484fef8 添加日志携带位置信息 2025-05-15 10:03:17 +08:00
e04a960777 fix 2024-11-28 18:30:27 +08:00
youmetme
8e512563e4 Dev (#19)
Some checks failed
test on Windows / test (push) Has been cancelled
test on Linux / test (push) Failing after 7m1s
* #feat 增强Fatal级别的底色,修改logging类的方法

* 更新版本号

* 加入test脚本

* fix:conanfile

* test action

* 修复错别字

* add test on windows action

* fix test on windows action

* fix action on windows

* fix

* fix 内存分配错误

* fix msvc 不支持中文注释,删除中文注释

* test on windows and test  chinese char

* ersion 0.2.4

* feature:根据文件大小分割日志

* fix:内存泄露

* fix:使用char偏移单位

* add english brief

* 修改api函数名,加入Default关键字,减除歧义

* Multiple substring interceptors

* 更新版本号

* #fix 拦截器对level参数无效

* fix

* #将拦截器改名为过滤器,更加接近职能

* 更新自述文件

* 更新一些自述文件
2024-11-24 20:26:04 +08:00
3f5153b110 更新一些自述文件 2024-11-24 20:23:37 +08:00
youmetme
064881c0ad Dev (#17)
* #将拦截器改名为过滤器,更加接近职能
2024-11-23 08:47:48 +08:00
1c09c41ea3 #将拦截器改名为过滤器,更加接近职能 2024-11-23 08:08:21 +08:00
youmetme
56e1ac52ff fix 拦截器level参数无效 (#15)
* #feat 增强Fatal级别的底色,修改logging类的方法

* 更新版本号

* 加入test脚本

* fix:conanfile

* test action

* 修复错别字

* add test on windows action

* fix test on windows action

* fix action on windows

* fix

* fix 内存分配错误

* fix msvc 不支持中文注释,删除中文注释

* test on windows and test  chinese char

* ersion 0.2.4

* feature:根据文件大小分割日志

* fix:内存泄露

* fix:使用char偏移单位

* add english brief

* 修改api函数名,加入Default关键字,减除歧义

* Multiple substring interceptors

* 更新版本号

* #fix 拦截器对level参数无效

* fix
2024-11-21 16:02:40 +08:00
5c24b070bb #fix 拦截器对level参数无效 2024-11-21 15:39:50 +08:00
youmetme
a4b4ad7452 Multiple substring interceptors (#13)
* #feat 增强Fatal级别的底色,修改logging类的方法

* 更新版本号

* 加入test脚本

* fix:conanfile

* test action

* 修复错别字

* add test on windows action

* fix test on windows action

* fix action on windows

* fix

* fix 内存分配错误

* fix msvc 不支持中文注释,删除中文注释

* test on windows and test  chinese char

* ersion 0.2.4

* feature:根据文件大小分割日志

* fix:内存泄露

* fix:使用char偏移单位

* add english brief

* 修改api函数名,加入Default关键字,减除歧义

* Multiple substring interceptors
2024-11-21 15:13:24 +08:00
b9abf6c7d3 Multiple substring interceptors 2024-11-21 15:04:21 +08:00
6ac7afd4c2 修改api函数名,加入Default关键字,减除歧义 2024-11-21 12:48:11 +08:00
youmetme
d0bfc31563 Dev (#11)
* #feat 增强Fatal级别的底色,修改logging类的方法

* 更新版本号

* 加入test脚本

* fix:conanfile

* test action

* 修复错别字

* add test on windows action

* fix test on windows action

* fix action on windows

* fix

* fix 内存分配错误

* fix msvc 不支持中文注释,删除中文注释

* test on windows and test  chinese char

* ersion 0.2.4

* feature:根据文件大小分割日志

* fix:内存泄露

* fix:使用char偏移单位
2024-11-20 11:56:47 +08:00
e57f0fa02c fix:内存泄露 2024-11-20 11:18:13 +08:00
de03985fef feature:根据文件大小分割日志 2024-11-19 21:31:00 +08:00
youmetme
3ef229ed65 Dev test on windows action (#9)
* #feat 增强Fatal级别的底色,修改logging类的方法

* 更新版本号

* 加入test脚本

* fix:conanfile

* test action

* 修复错别字

* add test on windows action

* fix test on windows action

* fix action on windows

* fix

* fix 内存分配错误

* fix msvc 不支持中文注释,删除中文注释
2024-11-02 20:26:04 +08:00
668f88f8af fix msvc 不支持中文注释,删除中文注释 2024-11-02 20:20:30 +08:00
78341d522c fix 2024-11-02 14:46:25 +08:00
be445cdfe7 fix test on windows action 2024-11-02 13:37:03 +08:00
youmetme
d61f7b6fde Dev test (#6)
* #feat 增强Fatal级别的底色,修改logging类的方法

* 更新版本号

* 加入test脚本

* fix:conanfile

* test action
2024-11-02 12:38:36 +08:00
01273809da fix:conanfile 2024-11-01 17:30:39 +08:00
4213c38730 加入test脚本 2024-10-10 22:12:50 +08:00
youmetme
86cf4c4526 V0.2.3 (#5)
* #feat 增强Fatal级别的底色,修改logging类的方法

* 更新版本号
2024-09-21 15:21:53 +08:00
85ae9d3deb #feat 增强Fatal级别的底色,修改logging类的方法 2024-09-21 11:45:41 +08:00
b852bdceb8 日志操作器默认使用控制台处理器 2024-09-19 13:14:22 +08:00
e39dcdcde9 修改项目结构以便于扩展,引入clang-format格式化 2024-09-18 14:48:55 +08:00