pub unsafe extern "C" fn prism_set_log_level(
level: PrismLogLevel,
) -> PrismLogLevelExpand description
Sets the minimum severity of messages that will be delivered.
ยงSafety
Safe to call at any time; this is unsafe only because it crosses the FFI boundary.