Type Alias logger::Logger
source · pub type Logger = _Logger;
struct Logger {
pub log: Option<unsafe extern "C-unwind" fn(_: *mut _Logger, _: u32, _: *const i8, _: *const i8, _: i32, _: *const i8, _: *mut __va_list_tag)>,
pub flush: Option<unsafe extern "C-unwind" fn(_: *mut _Logger)>,
pub destroy: Option<unsafe extern "C-unwind" fn(_: *mut _Logger)>,
pub setLevel: Option<unsafe extern "C-unwind" fn(_: *mut _Logger, _: u32)>,
pub isEnabled: Option<unsafe extern "C-unwind" fn(_: *mut _Logger, _: u32) -> bool>,
}