Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

nvme_get_logging_level - Get current logging level

Arguments

r nvme_root_t context log_pid Pointer to store a current value of logging of the PID flag at (optional). log_tstamp Pointer to store a current value of logging of the timestamp flag at (optional).

Description

Retrieves current values of logging variables.

Name

nvme_get_logging_level - Get current logging level

Return

current log level value or DEFAULT_LOGLEVEL if not initialized. August 2025 nvme_get_logging_level nvme_get_logging_level(2)

Synopsis

intnvme_get_logging_level(nvme_root_tr,bool*log_pid,bool*log_tstamp);

See Also