Nui Engine
A game engine framework
Loading...
Searching...
No Matches
Nui::Log::LogEntry Class Reference

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.
 

Detailed Description

Represents a log entry with its level, category, message, time, and stack trace.

See also
LogLevel

Constructor & Destructor Documentation

◆ LogEntry()

Nui::Log::LogEntry::LogEntry ( LogLevel level,
StringView category,
StringView message,
Nui::Stacktrace trace = Nui::Stacktrace::current() )

Constructor for LogEntry.

Parameters
levelThe log level
categoryThe log category
messageThe log message
traceThe stack trace
See also
LogLevel

The documentation for this class was generated from the following files: