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
文档里面这里说的:
虽然小于flush_limit的内容不会flush,但是会放到 模块变量log_buffer_data这个数组中
local function _write_buffer(msg, len) log_buffer_index = log_buffer_index + 1 log_buffer_data[log_buffer_index] = msg buffer_size = buffer_size + len return buffer_size end
我的两个疑问:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文档里面这里说的:
虽然小于flush_limit的内容不会flush,但是会放到 模块变量log_buffer_data这个数组中
我的两个疑问:
The text was updated successfully, but these errors were encountered: