Skip to main content

prism_log

Function prism_log 

Source
pub unsafe extern "C" fn prism_log(
    level: PrismLogLevel,
    source: *const c_char,
    message: *const c_char,
)
Expand description

Emits a log message.

ยงSafety

source must be a non-null, NUL-terminated UTF-8 string valid for the call. message must be a non-null, NUL-terminated UTF-8 string valid for the call.