We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果不要加密的怎么处理?
The text was updated successfully, but these errors were encountered:
兼容Xlog,如果想不加密,则密钥传空字符串,编译时定义宏 XLOG_NO_CRYPT 即可
Sorry, something went wrong.
有控制压缩的宏吗?
没有控制压缩的宏,默认都是要压缩的,因为如果不压缩处理海量数据上报,文件会非常大,上传和存储都会带来问题。所以默认都是压缩的。
No branches or pull requests
如果不要加密的怎么处理?
The text was updated successfully, but these errors were encountered: