MySQL 9.1.0
Source Code Documentation
|
This service provides functions to report error conditions and log to mysql error log. More...
Go to the source code of this file.
Classes | |
struct | my_plugin_log_service |
Enables plugins to log messages into the server's error log. More... | |
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.
enum plugin_log_level |
int my_plugin_log_message | ( | MYSQL_PLUGIN * | plugin, |
enum plugin_log_level | level, | ||
const char * | format, | ||
... | |||
) |