Skip to main content

log_callback_panic

Function log_callback_panic 

Source
pub fn log_callback_panic(site: &str, payload: &(dyn Any + Send))
Expand description

Best-effort logger for panics caught at the C ABI boundary.

Public to support call sites that already have a panic payload (e.g. those that need to dispatch multiple callbacks individually). Most callers want catch_user_panic instead.