Chatsync  bbffde5c0c672a526bdc83637acf66dc20a80fbf
logging::LogMessage Struct Reference

#include <logging.hpp>

Public Member Functions

 LogMessage (const std::chrono::high_resolution_clock::time_point t, const Severity s, const std::string &m)
 

Data Fields

const std::chrono::high_resolution_clock::time_point _timestamp
 
const Severity _severity
 
const std::string _message
 

Detailed Description

Single log message

Constructor & Destructor Documentation

§ LogMessage()

logging::LogMessage::LogMessage ( const std::chrono::high_resolution_clock::time_point  t,
const Severity  s,
const std::string &  m 
)
inline

Field Documentation

§ _message

const std::string logging::LogMessage::_message

§ _severity

const Severity logging::LogMessage::_severity

§ _timestamp

const std::chrono::high_resolution_clock::time_point logging::LogMessage::_timestamp

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