CommonLibVR
LogEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/E/ErrorLogger.h"
4 
5 namespace RE
6 {
7  namespace BSScript
8  {
9  struct LogEvent
10  {
11  public:
12  // members
13  const char* const errorMsg; // 00
15  std::uint32_t pad0C; // 0C
16  };
17  static_assert(sizeof(LogEvent) == 0x10);
18  }
19 }
Severity
Definition: ErrorLogger.h:19
Definition: AbsorbEffect.h:6
Definition: LogEvent.h:10
std::uint32_t pad0C
Definition: LogEvent.h:15
const char *const errorMsg
Definition: LogEvent.h:13
const ErrorLogger::Severity severity
Definition: LogEvent.h:14