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
9
namespace
Bedrock::Http {
10
11
class
LoggingInterfaceGeneric
:
public
::Bedrock::Http::LoggingInterface
{
12
public
:
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
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
31
public
:
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
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCAPI
static
void
** $vftable();
43
// NOLINTEND
44
};
45
46
}
// namespace Bedrock::Http
Bedrock::Http::LoggingInterfaceGeneric
Definition
LoggingInterfaceGeneric.h:11
Bedrock::Http::LoggingInterface
Definition
LoggingInterface.h:10
src
mc
deps
core
http
LoggingInterfaceGeneric.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0