1iscsi_context_log_priority_set(3) API Manual iscsi_context_log_priority_set(3)
2
3
4

NAME

6       iscsi_context_log_priority_set - Set log priority.
7

SYNOPSIS

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

ARGUMENTS

13       ctx         Pointer of 'struct  iscsi_context'.   If  this  pointer  is
14                   NULL, your program will be terminated by assert.
15
16       priority    int, log priority.
17

DESCRIPTION

19       When  library  generates log message, only equal or more important(less
20       value) message will be forwarded to log  handler  function.  Valid  log
21       priority values are:
22
23       * LIBISCSI_LOG_PRIORITY_ERROR -- 3
24
25       * LIBISCSI_LOG_PRIORITY_WARNING -- 4
26
27       * LIBISCSI_LOG_PRIORITY_INFO -- 6
28
29       * LIBISCSI_LOG_PRIORITY_DEBUG -- 7
30

RETURN

32       void
33
34
35
36July 2023               iscsi_context_log_prioirsictsyi__sceotntext_log_priority_set(3)
Impressum