24#ifndef MYSQL_SIMPLE_ERROR_LOG_H
25#define MYSQL_SIMPLE_ERROR_LOG_H
36 unsigned long line,
int severity,
An implementation of the simple error log service.
Definition: mysql_simple_error_log_imp.h:33
static mysql_service_status_t emit(const char *component, const char *file, unsigned long line, int severity, int error_id,...) noexcept
Definition: mysql_simple_error_log_imp.cc:34
Specifies macros to define Service Implementations.
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88