![]() |
MySQL 9.5.0
Source Code Documentation
|
Class that defines basic logging infra-structure to be used in the test cases, for example. More...
#include <gcs_basic_logging.h>
Public Member Functions | |
| Gcs_basic_logging () | |
| Constructor that creates the logger, debugger and sink. More... | |
| virtual | ~Gcs_basic_logging () |
| Destructor that cleans up and deallocates the logger, debugger and sink. More... | |
Public Attributes | |
| Gcs_default_logger * | logger |
| Gcs_default_debugger * | debugger |
| Gcs_async_buffer * | sink |
| int64_t | saved_debug_options |
Class that defines basic logging infra-structure to be used in the test cases, for example.
|
inline |
Constructor that creates the logger, debugger and sink.
|
inlinevirtual |
Destructor that cleans up and deallocates the logger, debugger and sink.
| Gcs_default_debugger* Gcs_basic_logging::debugger |
| Gcs_default_logger* Gcs_basic_logging::logger |
| int64_t Gcs_basic_logging::saved_debug_options |
| Gcs_async_buffer* Gcs_basic_logging::sink |