DOKK / manpages / debian 12 / multipath-tools / dmmp_context_log_priority_get.3.en
dmmp_context_log_priority_get(3) Device Mapper Multipath API - libdmmp Manual dmmp_context_log_priority_get(3)

dmmp_context_log_priority_get - Get log priority.

int dmmp_context_log_priority_get (struct dmmp_context *ctx);

Pointer of 'struct dmmp_context'. If this pointer is NULL, your program will be terminated by assert.

Retrieve current log priority. Valid log priority values are:

* DMMP_LOG_PRIORITY_ERROR -- 3

* DMMP_LOG_PRIORITY_WARNING -- 4

* DMMP_LOG_PRIORITY_INFO -- 5

* DMMP_LOG_PRIORITY_DEBUG -- 7

int, log priority.

dmmp_context_log_priority_get March 2018