Function binaryninja::logger::init

source ·
pub fn init(filter: LevelFilter)
Expand description

Uses BinaryNinja’s logging functionality as the sink for Rust’s log crate.

NOTE: There is no guarantee that logs will be sent to BinaryNinja as another log sink may have already been initialized beforehand.