Skip to main content

LogEntry Struct

Represents a single log entry with level, scope, and message. More...

Declaration

struct helios::ext::imgui::widgets::LogEntry { ... }

Public Member Attributes Index

LogLevellevel = LogLevel::Info

Severity level of this log entry. More...

std::stringscope

Source scope/module that generated this entry. More...

std::stringmessage

The log message text. More...

std::stringtimestamp

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

LogLevel helios::ext::imgui::widgets::LogEntry::level = LogLevel::Info

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

std::string helios::ext::imgui::widgets::LogEntry::message

The log message text.

Definition at line 52 of file LogWidget.ixx.

52 std::string message;

Referenced by helios::ext::imgui::widgets::LogWidget::addLog and helios::ext::imgui::widgets::LogWidget::draw.

scope

std::string helios::ext::imgui::widgets::LogEntry::scope

Source scope/module that generated this entry.

Definition at line 47 of file LogWidget.ixx.

47 std::string scope;

Referenced by helios::ext::imgui::widgets::LogWidget::addLog and helios::ext::imgui::widgets::LogWidget::draw.

timestamp

std::string helios::ext::imgui::widgets::LogEntry::timestamp

Formatted timestamp when this entry was created.

Definition at line 57 of file LogWidget.ixx.

57 std::string timestamp;

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.