ImFusion SDK 4.3
Sink::LogCapture Struct Reference

#include <ImFusion/Core/Log/Sink.h>

Structure storing a single log event. More...

Detailed Description

Structure storing a single log event.

Public Attributes

std::chrono::system_clock::time_point time
 Time point when the log even happened.
 
Log::Level level
 Severity of the log event.
 
std::string category
 Category of the log event.
 
std::string message
 Log message.
 
const char * fileName
 File name of message origin (optional)
 
int lineNumber
 Line number of message origin (optional)
 
std::thread::id threadId
 Thread ID of the origin thread.
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close