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
Problem:
- `CIB_LOG_ENV` defines a current logging environment, but it doesn't introduce
a scope, so defining more than one in a scope is ill-formed.
- Defining a logging environment for just one log line is verbose.
- The logging macros themselves should not get overloaded with environment gunk,
even if there were a suitable way to do so.
Solution:
- Add `CIB_WITH_LOG_ENV` that allows defining a logging environment scope easily.
0 commit comments