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
🎨 Expose logging::panic for use with custom log levels
Problem:
- Most of the CIB logging macros allow easy use of a custom log level type, but
`CIB_FATAL` does not, because the log level is injected by the
`logging::detail::panic` function.
Solution:
- Lift the injection to the `CIB_FATAL` macro and lift `panic` into the
`logging` namespace so that it is comparatively easy to issue a FATAL log with
a custom level type.
0 commit comments