EasyLogger
EasyLogger copied to clipboard
异步输出丢弃问题?
https://github.com/armink/EasyLogger/blob/8585ed801d8ae57af6f2bc41ada8107a0eca44de/easylogger/src/elog_async.c#L149-L153
这边直接丢弃了后面部分的log,是否会导致丢失了'\0',ELOG_NEWLINE_SIGN和着色结尾之类的?