DOKK / manpages / debian 11 / libopeniscsiusr-dev / iscsi_context_log_priority_set.3.en
iscsi_context_log_priority_set(3) iSCSI Userspace API - libopeniscsiusr Manual iscsi_context_log_priority_set(3)

iscsi_context_log_priority_set - Set log priority.

void iscsi_context_log_priority_set (struct iscsi_context *ctx, int priority);

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

When library generates log message, only equal or more important(less value) message will be forwarded to log handler function. Valid log priority values are:

* LIBISCSI_LOG_PRIORITY_ERROR -- 3

* LIBISCSI_LOG_PRIORITY_WARNING -- 4

* LIBISCSI_LOG_PRIORITY_INFO -- 6

* LIBISCSI_LOG_PRIORITY_DEBUG -- 7

void

iscsi_context_log_priority_set May 2021