1dmmp_context_log_pDreivoircietyM_aspepte(r3)Multipath API -dlmimbpd_mcmopntMeaxntu_allog_priority_set(3)
2
3
4
6 dmmp_context_log_priority_set - Set log priority.
7
9 void dmmp_context_log_priority_set (struct dmmp_context *ctx, int pri‐
10 ority);
11
13 ctx Pointer of 'struct dmmp_context'. If this pointer is NULL,
14 your program will be terminated by assert.
15
16 priority int, log priority.
17
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 * DMMP_LOG_PRIORITY_ERROR -- 3
24
25 * DMMP_LOG_PRIORITY_WARNING -- 4
26
27 * DMMP_LOG_PRIORITY_INFO -- 5
28
29 * DMMP_LOG_PRIORITY_DEBUG -- 7
30
32 void
33
34
35
36February 2019 dmmp_context_log_priordimtmyp__sceotntext_log_priority_set(3)