binaryninjacore_sys

Function BNLogWithStackTrace

source
pub unsafe extern "C" fn BNLogWithStackTrace(
    session: usize,
    level: BNLogLevel,
    logger_name: *const c_char,
    tid: usize,
    stackTrace: *const c_char,
    fmt: *const c_char,
    ...
)