pub unsafe extern "C" fn xmtp_init_logger(level: *const c_char) -> i32Expand description
Initialize the tracing logger. Call at most once. level is a C string like
“debug”, “info”, “warn”, “error”, or “off”. Pass null for default (“info”).
Returns 0 on success.