![]() |
MySQL 9.4.0
Source Code Documentation
|
#include <cstddef>#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 () |
| Closes/de-registers the system logging handle. More... | |