pub unsafe extern "C" fn nvme_init_logging(
r: nvme_root_t,
lvl: c_int,
log_pid: bool,
log_tstamp: bool,
)Expand description
nvme_init_logging() - Initialize logging @r: nvme_root_t context @lvl: Logging level to set @log_pid: Boolean to enable logging of the PID @log_tstamp: Boolean to enable logging of the timestamp
Sets the default logging variables for the library.