Type Definition sentry_contrib_native_sys::LoggerFunction[][src]

type LoggerFunction = extern "C" fn(level: i32, message: *const c_char, args: *mut c_void, userdata: *mut c_void);

Type of the callback for logger function.