logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iscsi_log_priority_str - Convert log priority to string.

Arguments

priority int. Log priority.

Description

Convert log priority to string (const char *).

Name

iscsi_log_priority_str - Convert log priority to string.

Return

const char *. Please don't free returned pointer. Valid string are: * "ERROR" for LIBISCSI_LOG_PRIORITY_ERROR * "WARN" for LIBISCSI_LOG_PRIORITY_WARNING * "INFO" for LIBISCSI_LOG_PRIORITY_INFO * "DEBUG" for LIBISCSI_LOG_PRIORITY_DEBUG * "Invalid argument" for invalid log priority. July 2025 iscsi_log_priority_str iscsi_log_priority_str(3)

Synopsis

constchar*iscsi_log_priority_str(intpriority);

See Also