MySQL 8.4.0
Source Code Documentation
mysql_harness::logging::Record Struct Reference

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
 

Detailed Description

Log record containing information collected by the logging system.

The log record is passed to the handlers together with message.

Member Data Documentation

◆ created

std::chrono::time_point<std::chrono::system_clock> mysql_harness::logging::Record::created

◆ domain

std::string mysql_harness::logging::Record::domain

◆ level

LogLevel mysql_harness::logging::Record::level

◆ message

std::string mysql_harness::logging::Record::message

◆ process_id

stdx::this_process::pid_type mysql_harness::logging::Record::process_id

The documentation for this struct was generated from the following file: