MySQL 9.1.0
Source Code Documentation
|
#include "harness_export.h"
#include "mysql/harness/logging/logging.h"
#include <fstream>
#include <mutex>
#include <ostream>
#include <string>
Go to the source code of this file.
Classes | |
class | mysql_harness::logging::Handler |
Base class for log message handler. More... | |
class | mysql_harness::logging::StreamHandler |
Handler to write to an output stream. More... | |
class | mysql_harness::logging::NullHandler |
Handler to write to a null device such as /dev/null (unix) or NUL (windows). More... | |
class | mysql_harness::logging::FileHandler |
Handler that writes to a file. More... | |
Namespaces | |
namespace | mysql_harness |
namespace | mysql_harness::logging |