朱天龙 (Armink)
6afd86d75e
Merge pull request #129 from slark-yuxj/master
...
增加对文件空指针的判断
3 years ago
yuxiaojun
28727e7ddd
使用字符串需初始化
3 years ago
yuxiaojun
4a6621892b
增加对文件空指针的判断
3 years ago
朱天龙 (Armink)
a1867805a8
Merge branch 'master' of github.com:armink/EasyLogger
...
# Conflicts:
# demo/os/windows/make.bat
3 years ago
朱天龙 (Armink)
01e7b87a72
Merge branch 'master' of gitee.com:Armink/EasyLogger
3 years ago
朱天龙 (Armink)
abd20c8346
!5 解决编译demo时无法生成目标文件的问题
...
Merge pull request !5 from pencil_010/master
3 years ago
pencil_010
2ef67e729f
fix compiling error without out directory
3 years ago
朱天龙 (Armink)
08c890c672
Merge pull request #125 from kaidegit/master
...
【新增】FreeRTOS 的 demo
3 years ago
朱天龙 (Armink)
f18ca0a70e
Merge pull request #126 from cddjr/master
...
fix issue #33
3 years ago
cddjr
1cd48f7072
fix issue #33
3 years ago
kaidegit
6d660e0d96
[demo]添加demo的说明
3 years ago
kaidegit
63a4028144
[demo]添加基于stm32cubemx的例程
3 years ago
朱天龙 (Armink)
8a88610b6e
Merge pull request #124 from h3n4l/fix/default-output-color
...
fix: enable text color default if define macro ELOG_COLOR_ENABLE
3 years ago
h3n4l
1600a2b2b3
fix: enable text color default if define macro ELOG_COLOR_ENABLE
3 years ago
朱天龙 (Armink)
cc7a3e6d22
Merge pull request #123 from 675658/iss122
...
fix: 修复在关闭OUTPUT_LOCK的情况下依然会调用elog_port_output_lock函数的bug [issue 122]
3 years ago
Chen Jihang
0869689c3d
fix: 修复在关闭OUTPUT_LOCK的情况下依然会调用elog_port_output_lock函数的bug [issue 122]
...
在elog.c中的elog_get_filter_tag_lvl函数以及elog_set_filter_tag_lvl函数中错误地使用了elog_port_output_lock函数导致在关闭output lock的情况下仍然会锁定输出却无法解锁
解决:将elog_get_filter_tag_lvl和elog_set_filter_tag_lvl函数中的elog_port_output_lock函数改为elog_output_lock函数
issue #122
close #122
3 years ago
朱天龙 (Armink)
e19d10e43c
Merge pull request #121 from FragrantRye/master
...
Change the buf parameter type of elog_hexdump
4 years ago
FragrantRye
3d95192f58
Change the buf parameter type of elog_hexdump
...
Change the 'buf' parameter type from uint8_t* to const void*.
Signed-off-by: FragrantRye <903465575@qq.com>
4 years ago
朱天龙 (Armink)
e1fdb134db
Merge pull request #102 from dubw/master
...
[demo][linux] fix compile warning about old-style-declaration
4 years ago
dubaowei
0221c43648
[demo][linux] fix compile warning about old-style-declaration
...
In gcc 7.3.0, we encountered a warning error when compiling
elog_file_port.c:76:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
Put 'inline' in front of 'void' can fix it
Signed-off-by: dubaowei <dubaowei@cetc.com>
4 years ago
朱天龙 (Armink)
10d2efdeb4
Merge pull request #100 from EchoHYK/master
...
【修复】windows demo自动编译报错
4 years ago
echohu
199ad5f371
【修复】windows demo自动编译报错
...
i#
4 years ago
朱天龙 (Armink)
772c28734f
Merge pull request #96 from Ghazigq/master
...
更改函数名称及行号得打印顺序(便于vscode直接跳转)
4 years ago
guoqi
c8ee635861
更改函数名称及行号得打印顺序(便于vscode直接跳转)
4 years ago
armink
470f4218ff
!4 elog_set_filter_tag_lvl_default函数引起的编译器警告
...
Merge pull request !4 from BLE/dev
5 years ago
Liuxi
b81819a6b4
elog_set_filter_tag_lvl_default函数的参数由空修改为void,防止编译器报警告
5 years ago
朱天龙 (Armink)
9bacff022c
Merge pull request #90 from 5ooo/master
...
optimize async log
5 years ago
5ooo
55c326acb8
[demo][linux] optimize async log
5 years ago
朱天龙 (Armink)
e1d38c3b74
Merge pull request #89 from 5ooo/master
...
优化linux下elog_port_get_time函数
5 years ago
5ooo
0faf2f865e
[demo][linux] optimize elog_port_get_time
5 years ago
朱天龙 (Armink)
c5bb36dc1a
Merge pull request #88 from 5ooo/master
...
add deinit for linux
5 years ago
5ooo
bb20ae32f6
[easylogger] [demo][linux] add deinit for linux
5 years ago
book诗意
e442625088
提高buf为空时的elog_flush() 性能 ( #81 )
...
* 先判断buf中是否有数据,再进行上锁-输出-解锁的操作,避免buf为空时的频繁上/解锁操作
5 years ago
armink
fd21dfe753
[demo][linux] Update for file plugin changes.
6 years ago
armink
100fd43233
[plugin][file] remove the access function using.
6 years ago
armink
22c9b45218
[demo] remove the windows demo unused file.
6 years ago
armink
9c49005dce
[demo] update the windows demo config.
6 years ago
armink
1dc48d4016
[demo] update the windows demo README.md
6 years ago
armink
4c3a65f515
[demo] Update the windows demo porting code. Change the locker to win API.
6 years ago
armink
7447514f3e
[doc] update the README.md
6 years ago
armink
b67a5257c2
[demo] Update the windows demo and support the new file plugin.
6 years ago
armink
29bc4e5ee5
[plugin/file] remove the posix API in file plugin.
6 years ago
armink
a607e1715b
【修改】软件版本号。
...
Signed-off-by: armink <armink.ztl@gmail.com>
6 years ago
armink
980eac7383
【完善】文档细节。
...
Signed-off-by: armink <armink.ztl@gmail.com>
6 years ago
armink
8987ab2e6b
【更新】readme 文档。
...
Signed-off-by: armink <armink.ztl@gmail.com>
6 years ago
朱天龙 (Armink)
7708f7693f
Merge pull request #60 from MRkuan/master
...
feature: add filter tag lvl fuction
6 years ago
KUAN
26ad8f19b8
feature: add filter tag lvl fuction
...
1. add the filter tag lvl fuction
2. update the doc about filter tag lvl fuction
6 years ago
朱天龙 (Armink)
b596fbe205
Merge pull request #55 from tianlongqin/master
...
change retate function
6 years ago
tianlongqin
a9c071359f
change retate function, Solve multi-process problems
...
Signed-off-by: tianlongqin <qtl_linux@153.com>
6 years ago
秦天龙
1ad6aedfe3
Merge pull request #1 from armink/master
...
updata
6 years ago