MySQL 8.4.2
Source Code Documentation
|
#include <stddef.h>
#include "my_compiler.h"
#include "my_dbug.h"
#include "my_sys.h"
#include "mysql/my_loglevel.h"
#include "mysql/strings/m_ctype.h"
#include <syslog.h>
Functions | |
int | my_syslog (const CHARSET_INFO *cs, enum loglevel level, const char *msg) |
Sends message to the system logger. More... | |
int | my_openlog (const char *name, int option, int facility) |
Opens/Registers a new handle for system logging. More... | |
int | my_closelog (void) |
Closes/de-registers the system logging handle. More... | |
Variables | |
CHARSET_INFO | my_charset_utf16le_bin |
|
extern |