MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Journal::JournalEntry Struct Reference

A log entry structure to encapsulate log message details. More...

#include <JournalEntry.hpp>

+ Collaboration diagram for MayaFlux::Journal::JournalEntry:

Public Member Functions

 JournalEntry (Severity sev, Component comp, Context ctx, std::string_view msg, std::source_location loc=std::source_location::current())
 

Static Public Member Functions

static std::string severity_to_string (Severity sev)
 
static std::string component_to_string (Component comp)
 
static std::string context_to_string (Context ctx)
 

Public Attributes

Severity severity
 
Component component
 
Context context
 
std::string_view message
 
std::source_location location
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

A log entry structure to encapsulate log message details.

Definition at line 149 of file JournalEntry.hpp.


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