Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
logging::LogEntry Struct Reference

Structured log entry stored by the in-memory logger. More...

#include <src/logging/logger.h>

Collaboration diagram for logging::LogEntry:
[legend]

Public Attributes

std::string category
 Subsystem category such as ui or network.
 
LogLevel level = LogLevel::info
 Severity associated with the entry.
 
std::string message
 Human-readable log message.
 
uint64_t sequence = 0
 Monotonic sequence number assigned by the logger.
 
LogSourceLocation sourceLocation {}
 Optional file-and-line source location for the entry.
 
LogTimestamp timestamp {}
 Local wall-clock timestamp captured for the entry.
 

Detailed Description

Structured log entry stored by the in-memory logger.


The documentation for this struct was generated from the following file: