MySQL 8.3.0
Source Code Documentation
my_plugin_log_service Struct Reference

Enables plugins to log messages into the server's error log. More...

#include <service_my_plugin_log.h>

Public Attributes

int(* my_plugin_log_message )(MYSQL_PLUGIN *, enum plugin_log_level, const char *,...)
 Write a message to the log. More...
 

Detailed Description

Enables plugins to log messages into the server's error log.

Member Data Documentation

◆ my_plugin_log_message

int(* my_plugin_log_service::my_plugin_log_message) (MYSQL_PLUGIN *, enum plugin_log_level, const char *,...)

Write a message to the log.


The documentation for this struct was generated from the following file: