Skip to main content

prism_set_log_level

Function prism_set_log_level 

Source
pub unsafe extern "C" fn prism_set_log_level(
    level: PrismLogLevel,
) -> PrismLogLevel
Expand 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.