log.h
logging functions
-
void
nvme_init_logging(nvme_root_t r, int lvl, bool log_pid, bool log_tstamp) Initialize logging
Parameters
nvme_root_t rnvme_root_t context
int lvlLogging level to set
bool log_pidBoolean to enable logging of the PID
bool log_tstampBoolean to enable logging of the timestamp
Description
Sets the default logging variables for the library.