table of contents
other versions
- Tumbleweed 0.13.0+127+suse.37f9a4c9-1.1
- Leap-16.0
- Leap-15.6
| dmmp_context_log_priority_set(3) | Device Mapper Multipath API - libdmmp Manual | dmmp_context_log_priority_set(3) |
NAME¶
dmmp_context_log_priority_set - Set log priority.
SYNOPSIS¶
void dmmp_context_log_priority_set (struct dmmp_context *ctx, int priority);
ARGUMENTS¶
DESCRIPTION¶
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:
* DMMP_LOG_PRIORITY_ERROR -- 3
* DMMP_LOG_PRIORITY_WARNING -- 4
* DMMP_LOG_PRIORITY_INFO -- 5
* DMMP_LOG_PRIORITY_DEBUG -- 7
RETURN¶
void
| dmmp_context_log_priority_set | August 2024 |