![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/Log/Sink.h>
Structure storing a single log event. More...
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. | |