MySQL 8.3.0
Source Code Documentation
log_client.h File Reference
#include <stdio.h>
#include <sstream>

Go to the source code of this file.

Classes

class  auth_ldap_sasl_client::Ldap_log_writer_error
 Log writer class. More...
 
class  auth_ldap_sasl_client::Ldap_logger
 Class representing logger for LDAP plugins. More...
 

Namespaces

namespace  auth_ldap_sasl_client
 

Macros

#define log_dbg(...)   Ldap_logger::log_dbg_msg({__VA_ARGS__})
 
#define log_info(...)   Ldap_logger::log_info_msg({__VA_ARGS__})
 
#define log_warning(...)   Ldap_logger::log_warning_msg({__VA_ARGS__})
 
#define log_error(...)   Ldap_logger::log_error_msg({__VA_ARGS__})
 

Enumerations

enum  auth_ldap_sasl_client::ldap_log_level {
  auth_ldap_sasl_client::LDAP_LOG_LEVEL_NONE = 1 , auth_ldap_sasl_client::LDAP_LOG_LEVEL_ERROR , auth_ldap_sasl_client::LDAP_LOG_LEVEL_ERROR_WARNING , auth_ldap_sasl_client::LDAP_LOG_LEVEL_ERROR_WARNING_INFO ,
  auth_ldap_sasl_client::LDAP_LOG_LEVEL_ALL
}
 LDAP plugin log levels type. More...