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
The current ?LOG(...) macros do a lot of work whenever they're expanded, making them largely unsuitable for use in production code. A parse_transform based approach (with helper macros) would be much better, avoiding the overhead of deconstructing and transforming the current module name each time they're applied.
The text was updated successfully, but these errors were encountered:
The current
?LOG(...)
macros do a lot of work whenever they're expanded, making them largely unsuitable for use in production code. Aparse_transform
based approach (with helper macros) would be much better, avoiding the overhead of deconstructing and transforming the current module name each time they're applied.The text was updated successfully, but these errors were encountered: