MySQL 8.3.0
Source Code Documentation
syslog_plugin.h File Reference
#include "mysql/harness/logging/handler.h"
#include "mysql/harness/logging/logging.h"
#include "mysql/harness/plugin.h"
#include <syslog.h>
#include <cstring>

Go to the source code of this file.

Classes

class  SyslogHandler
 Unix-based systems specific logging handler(sink) that writes the logs to the syslog. More...
 

Variables

constexpr const char * kSyslogPluginName = "syslog"
 
mysql_harness::Plugin harness_plugin_syslog
 

Variable Documentation

◆ harness_plugin_syslog

mysql_harness::Plugin harness_plugin_syslog
extern

◆ kSyslogPluginName

constexpr const char* kSyslogPluginName = "syslog"
constexpr