You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proprietary/custom filters that are not in namespace Envoy will get the following compile error when using ENVOY_LOG(): error: use of undeclared identifier 'getFancyContext'; did you mean 'Envoy::getFancyContext'?
The ENVOY_LOG() macro switched to using FANCY_LOG() as part of #12369
The text was updated successfully, but these errors were encountered:
Proprietary/custom filters that are not in
namespace Envoy
will get the following compile error when usingENVOY_LOG()
:error: use of undeclared identifier 'getFancyContext'; did you mean 'Envoy::getFancyContext'?
The
ENVOY_LOG()
macro switched to usingFANCY_LOG()
as part of #12369The text was updated successfully, but these errors were encountered: