RADLib
RADical C++ application framework
RADUi::LogEntry Struct Reference

One log view entry. More...

#include <RADAppKit.h>

Public Attributes

LogLevel level = LogLevel::Info
 Severity. More...
 
std::string category
 Category label. More...
 
std::string message
 Message text. More...
 
int64_t unixMs = 0
 Unix timestamp in milliseconds. More...
 

Detailed Description

One log view entry.

Member Data Documentation

◆ category

std::string RADUi::LogEntry::category

Category label.

◆ level

LogLevel RADUi::LogEntry::level = LogLevel::Info

Severity.

◆ message

std::string RADUi::LogEntry::message

Message text.

◆ unixMs

int64_t RADUi::LogEntry::unixMs = 0

Unix timestamp in milliseconds.


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