![]() |
Moonlight-XboxOG latest
Moonlight Xbox OG is a port of the Moonlight Game Streaming client to the original Xbox console.
|
Structured log entry stored by the in-memory logger. More...
#include <src/logging/logger.h>
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. | |
Structured log entry stored by the in-memory logger.