Make XLOG_EVENT_MS capture variables inside expanded lambda.
Summary: Just capture ms value for XLOG_EVERY_MS since it's executed inline. The use case here is we need to pass a non constant value as the milliseconds param, e.g: ``` XLOG_EVERY_MS(INFO, configValue) << msg; ``` Reviewed By: yfeldblum, simpkins Differential Revision: D26746623 fbshipit-source-id: 849ad9a20ff4088ffb5a2df99c9c424592b47867
Showing
Please register or sign in to comment