dmmp_context_log_func_set(3) | Device Mapper Multipath API - libdmmp Manual | dmmp_context_log_func_set(3) |
dmmp_context_log_func_set - Set log handler function.
void dmmp_context_log_func_set (struct dmmp_context *ctx, void (*log_func) (struct dmmp_context *ctx, int priority, const char *file, int line, const char *func_name, const char *format, va_list args));
Set custom log handler. The log handler will be invoked when log message is equal or more important(less value) than log priority setting. Please check manpage libdmmp.h(3) for detail usage.
void
dmmp_context_log_func_set | February 2023 |