LeviLamina
Loading...
Searching...
No Matches
LoggingInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/lib_http_client/HCTraceLevel.h"
7
8namespace Bedrock::Http {
9
10class LoggingInterface : public ::Bedrock::ImplBase<::Bedrock::Http::LoggingInterface> {
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 0
15 virtual ~LoggingInterface() /*override*/ = default;
16
17 // vIndex: 1
18 virtual uint64 threadId() = 0;
19
20 // vIndex: 2
21 virtual void writeToDebugger(char const*, ::HCTraceLevel, char const*) = 0;
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35};
36
37} // namespace Bedrock::Http
Definition LoggingInterface.h:10
Definition _HeaderOutputPredefine.h:198