iscsi_context_log_priority_get
Get log priority.
- Provided by: libopeniscsiusr-dev (Version: 2.1.9-3ubuntu5.4)
- Source: open-iscsi
- Report a bug
Get log priority.
int iscsi_context_log_priority_get (struct iscsi_context *ctx);
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
int, log priority.