DynExp
Highly flexible laboratory automation for dynamically changing experiments.
Util::LogEntry Struct Reference

Data type of a single entry in DynExp's log. More...

Public Member Functions

 LogEntry (std::string Message, ErrorType Type, std::chrono::system_clock::time_point TimePoint)
 

Public Attributes

const std::string Message
 String describing the log entry including reasons and consequences of the message. More...
 
const ErrorType Type
 DynExp error code from DynExpErrorCodes::DynExpErrorCodes associated with the log enty More...
 
const std::chrono::system_clock::time_point TimePoint
 Time point associated with the log enty. More...
 

Detailed Description

Data type of a single entry in DynExp's log.

Definition at line 1044 of file Util.h.

Constructor & Destructor Documentation

◆ LogEntry()

Util::LogEntry::LogEntry ( std::string  Message,
ErrorType  Type,
std::chrono::system_clock::time_point  TimePoint 
)
inline

Definition at line 1046 of file Util.h.

Member Data Documentation

◆ Message

const std::string Util::LogEntry::Message

String describing the log entry including reasons and consequences of the message.

Definition at line 1049 of file Util.h.

◆ TimePoint

const std::chrono::system_clock::time_point Util::LogEntry::TimePoint

Time point associated with the log enty.

Definition at line 1051 of file Util.h.

◆ Type

const ErrorType Util::LogEntry::Type

DynExp error code from DynExpErrorCodes::DynExpErrorCodes associated with the log enty

Definition at line 1050 of file Util.h.


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