LogEntry Struct
Represents a single log entry with level, scope, and message. More...
Declaration
Public Member Attributes Index
| LogLevel | level = LogLevel::Info |
|
Severity level of this log entry. More... | |
| std::string | scope |
|
Source scope/module that generated this entry. More... | |
| std::string | message |
|
The log message text. More... | |
| std::string | timestamp |
|
Formatted timestamp when this entry was created. More... | |
Description
Represents a single log entry with level, scope, and message.
Definition at line 38 of file LogWidget.ixx.
Public Member Attributes
level
|
Severity level of this log entry.
Definition at line 42 of file LogWidget.ixx.
Referenced by helios::ext::imgui::widgets::LogWidget::addLog and helios::ext::imgui::widgets::LogWidget::draw.
message
|
The log message text.
Definition at line 52 of file LogWidget.ixx.
Referenced by helios::ext::imgui::widgets::LogWidget::addLog and helios::ext::imgui::widgets::LogWidget::draw.
scope
|
Source scope/module that generated this entry.
Definition at line 47 of file LogWidget.ixx.
Referenced by helios::ext::imgui::widgets::LogWidget::addLog and helios::ext::imgui::widgets::LogWidget::draw.
timestamp
|
Formatted timestamp when this entry was created.
Definition at line 57 of file LogWidget.ixx.
Referenced by helios::ext::imgui::widgets::LogWidget::addLog and helios::ext::imgui::widgets::LogWidget::draw.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.