.TH "iscsi_context_log_priority_get" 3 "iscsi_context_log_priority_get" "June 2023" "API Manual" LINUX .SH NAME iscsi_context_log_priority_get \- Get log priority. .SH SYNOPSIS .B "int" iscsi_context_log_priority_get .BI "(struct iscsi_context *" ctx ");" .SH ARGUMENTS .IP "ctx" 12 Pointer of 'struct iscsi_context'. If this pointer is NULL, your program will be terminated by assert. .SH "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 .SH "RETURN" int, log priority.