|
MySQL 5.6.14 Source Code Document
|
#include <stdarg.h>

Go to the source code of this file.
Classes | |
| struct | my_plugin_log_service |
Enumerations | |
| enum | plugin_log_level { MY_ERROR_LEVEL, MY_WARNING_LEVEL, MY_INFORMATION_LEVEL } |
Functions | |
| int | my_plugin_log_message (MYSQL_PLUGIN *plugin, enum plugin_log_level level, const char *format,...) |
Variables | |
| struct my_plugin_log_service * | my_plugin_log_service |
This service provides functions to report error conditions and log to mysql error log.
Definition in file service_my_plugin_log.h.