evdns_debug_log_fn_type

A callback that is invoked when a log message is generated

@param is_warning indicates if the log message is a 'warning' @param msg the content of the log message

extern (C) nothrow
alias evdns_debug_log_fn_type = ExternC!(void function(int is_warning, const(char)* msg))

Meta