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 virtual ~LoggingInterfaceGeneric() /*override*/ = default;
16
17 virtual uint64 threadId() /*override*/;
18
19 virtual void writeToDebugger(char const* area, ::HCTraceLevel level, char const* message) /*override*/;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25 MCNAPI uint64 $threadId();
26
27 MCNAPI void $writeToDebugger(char const* area, ::HCTraceLevel level, char const* message);
28
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
38
39} // namespace Bedrock::Http
Definition LoggingInterfaceGeneric.h:11
MCAPI void $writeToDebugger(char const *area, ::HCTraceLevel level, char const *message)
Definition LoggingInterface.h:10