MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
service_my_plugin_log.h File Reference
#include <stdarg.h>
Include dependency graph for service_my_plugin_log.h:
This graph shows which files directly or indirectly include this file:

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_servicemy_plugin_log_service

Detailed Description

This service provides functions to report error conditions and log to mysql error log.

Definition in file service_my_plugin_log.h.