Immutable record of a single log event.
QString formattedText() const
Return the pre-formatted message text.
LogEntry()
Default constructor — creates an empty Debug-level entry.
QString unformattedText() const
Return the raw, unformatted message text.
LogLevel level() const
Return the severity level.
Log::LogCategory category() const
Return the log category.
LogEntry(LogLevel level, const LogCategory &category, const QDateTime ×tamp, const QString &formattedText, const QString &unformattedText)
Construct a LogEntry with all fields.
QDateTime timestamp() const
Return the timestamp when this entry was created.