|
Nui Engine
A game engine framework
|
Represents a log entry with its level, category, message, time, and stack trace. More...
#include <Log.h>
Public Member Functions | |
| LogEntry (LogLevel level, StringView category, StringView message, Nui::Stacktrace trace=Nui::Stacktrace::current()) | |
| Constructor for LogEntry. | |
Public Attributes | |
| LogLevel | Level |
| The log level. | |
| String | Category |
| The log category. | |
| String | Message |
| The log message. | |
| Timestamp | Timestamp |
| The timestamp of the log entry. | |
| Stacktrace | Stacktrace |
| The stack trace associated with the log entry. | |
Represents a log entry with its level, category, message, time, and stack trace.
| Nui::Log::LogEntry::LogEntry | ( | LogLevel | level, |
| StringView | category, | ||
| StringView | message, | ||
| Nui::Stacktrace | trace = Nui::Stacktrace::current() ) |
Constructor for LogEntry.
| level | The log level |
| category | The log category |
| message | The log message |
| trace | The stack trace |