event_log_cb

A callback function used to intercept Libevent's log messages.

@see event_set_log_callback

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

Meta