It would be helpful to have some macros to condition code execution on log level. E.g. code that generates input variable foo to an ENVOY_LOG(debug, "{}", foo) should not need to execute if we're not at a log level that will emit the log message.
There isn't a huge need for this today, but it's a simple warmup exercise for new Envoy contributors.
@mrice32
It would be helpful to have some macros to condition code execution on log level. E.g. code that generates input variable
footo anENVOY_LOG(debug, "{}", foo)should not need to execute if we're not at a log level that will emit the log message.There isn't a huge need for this today, but it's a simple warmup exercise for new Envoy contributors.
@mrice32