MySQL 9.1.0
Source Code Documentation
|
Log record containing information collected by the logging system. More...
#include <logging.h>
Public Attributes | |
LogLevel | level |
stdx::this_process::pid_type | process_id |
std::chrono::time_point< std::chrono::system_clock > | created |
std::string | domain |
std::string | message |
Log record containing information collected by the logging system.
The log record is passed to the handlers together with message.
std::chrono::time_point<std::chrono::system_clock> mysql_harness::logging::Record::created |
std::string mysql_harness::logging::Record::domain |
LogLevel mysql_harness::logging::Record::level |
std::string mysql_harness::logging::Record::message |
stdx::this_process::pid_type mysql_harness::logging::Record::process_id |