199 void Assert(
bool condition, StringView conditionString, StringView message, StringView file, I32 line, Nui::Stacktrace trace = Nui::Stacktrace::current());
Represents a log entry with its level, category, message, time, and stack trace.
Definition Log.h:107
LogEntry(LogLevel level, StringView category, StringView message, Nui::Stacktrace trace=Nui::Stacktrace::current())
Constructor for LogEntry.
Definition Log.cpp:141
Stacktrace Stacktrace
The stack trace associated with the log entry.
Definition Log.h:141
Timestamp Timestamp
The timestamp of the log entry.
Definition Log.h:136