CommonLibSSE NG
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 class LoggingDisabler : public GFxLog
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI___LoggingDisabler;
11
12 LoggingDisabler() = default;
13
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}
LogMessageType
Definition GFxLogConstants.h:9
Definition GFxLog.h:11
Definition LoggingDisabler.h:8
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:10
LoggingDisabler()=default
~LoggingDisabler() override=default
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI___LoggingDisabler(691067, 0, 0x1f6bc40)