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_context_log_priority_get - Get log priority.

Arguments

ctx Pointer of 'struct iscsi_context'. If this pointer is NULL, your program will be terminated by assert.

Description

Retrieve current log priority. Valid log priority values are: * LIBISCSI_LOG_PRIORITY_ERROR -- 3 * LIBISCSI_LOG_PRIORITY_WARNING -- 4 * LIBISCSI_LOG_PRIORITY_INFO -- 5 * LIBISCSI_LOG_PRIORITY_DEBUG -- 7

Name

iscsi_context_log_priority_get - Get log priority.

Return

int, log priority. July 2025 iscsi_context_log_priority_get iscsi_context_log_priority_get(3)

Synopsis

intiscsi_context_log_priority_get(structiscsi_context*ctx);

See Also