MySQL 8.0.40
Source Code Documentation
|
#include <log_client.h>
Public Member Functions | |
Ldap_logger () | |
~Ldap_logger () | |
template<ldap_log_type::ldap_type type> | |
void | log (std::string msg) |
void | set_log_level (ldap_log_level level) |
Private Attributes | |
Ldap_log_writer_error * | m_log_writer |
ldap_log_level | m_log_level |
Ldap_logger::Ldap_logger | ( | ) |
Ldap_logger::~Ldap_logger | ( | ) |
void Ldap_logger::log | ( | std::string | msg | ) |
We can write debug messages also in error log file if logging level is set to debug. For MySQL client this will come from environment variable
void Ldap_logger::set_log_level | ( | ldap_log_level | level | ) |
|
private |
|
private |