LeviLamina
Loading...
Searching...
No Matches
LoggingInterfaceGeneric.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/http/LoggingInterface.h"
7#include "mc/external/lib_http_client/HCTraceLevel.h"
8
9namespace Bedrock::Http {
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 0
16 virtual ~LoggingInterfaceGeneric() /*override*/ = default;
17
18 // vIndex: 1
19 virtual uint64 threadId() /*override*/;
20
21 // vIndex: 2
22 virtual void writeToDebugger(char const* area, ::HCTraceLevel level, char const* message) /*override*/;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCAPI uint64 $threadId();
35
36 MCFOLD void $writeToDebugger(char const* area, ::HCTraceLevel level, char const* message);
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace Bedrock::Http
Definition LoggingInterfaceGeneric.h:11
Definition LoggingInterface.h:10