iscsi_context_log_func_set - Man Page
Set log handler function.
Synopsis
void iscsi_context_log_func_set (struct iscsi_context *ctx, void (*log_func) (struct iscsi_context *ctx, int priority, const char *file, int line, const char *func_name, const char *format, va_list args));
Arguments
- ctx
Pointer of 'struct iscsi_context'. If this pointer is NULL, your program will be terminated by assert.
- log_func
Pointer of log handler function.
Description
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 libopeniscsiusr.h(3) for detail usage.
Return
void
Info
July 2024 API Manual