CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
LoggingDisabler.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GFxLog.h"
4
5namespace RE
6{
7#ifndef SKYRIM_SUPPORT_AE
8 class LoggingDisabler : public GFxLog
9 {
10 public:
11 inline static constexpr auto RTTI = RTTI___LoggingDisabler;
12
13 LoggingDisabler() = default;
14 ~LoggingDisabler() override = default; // 00
15
16 // override (GFxLog)
17 void LogMessageVarg([[maybe_unused]] LogMessageType a_messageType, [[maybe_unused]] const char* a_fmt, [[maybe_unused]] std::va_list a_argList) override{}; // 01
18 };
19 static_assert(sizeof(LoggingDisabler) == 0x20);
20#endif
21}
LogMessageType
Definition: GFxLogConstants.h:9
Definition: GFxLog.h:11
Definition: LoggingDisabler.h:9
void LogMessageVarg(LogMessageType a_messageType, const char *a_fmt, std::va_list a_argList) override
Definition: LoggingDisabler.h:17
static constexpr auto RTTI
Definition: LoggingDisabler.h:11
LoggingDisabler()=default
~LoggingDisabler() override=default
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI___LoggingDisabler(static_cast< std::uint64_t >(691067))