![]() |
MySQL 8.4.7
Source Code Documentation
|
Log writer class. More...
#include <log_client.h>
Public Member Functions | |
| Ldap_log_writer_error () | |
| Constructor. More... | |
| ~Ldap_log_writer_error () | |
| Destructor. More... | |
| void | write (const std::string &data) |
| Writes the data to the log. More... | |
Log writer class.
|
default |
Constructor.
This class writes error into default error streams.
We needed this constructor because of template class usage.
|
default |
Destructor.
| void auth_ldap_sasl_client::Ldap_log_writer_error::write | ( | const std::string & | data | ) |
Writes the data to the log.
| data | [in] the data |