Category:Callback log
From collectd Wiki
Category for plugins which (may) register a log callback.
log callbacks are registered with the following function from src/plugin.h:
typedef void (*plugin_log_cb) (int severity, const char *message, user_data_t *); int plugin_register_log (const char *name, plugin_log_cb callback, user_data_t *user_data);
Pages in category "Callback log"
The following 5 pages are in this category, out of 5 total.

