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
// virtual function thunks
27
// NOLINTBEGIN
28
MCNAPI uint64
$threadId
();
29
30
MCNAPI
void
$writeToDebugger
(
char
const
* area, ::HCTraceLevel level,
char
const
* message);
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCNAPI
static
void
**
$vftable
();
37
// NOLINTEND
38
};
39
40
}
// namespace Bedrock::Http
Bedrock::Http::LoggingInterfaceGeneric
Definition
LoggingInterfaceGeneric.h:11
Bedrock::Http::LoggingInterfaceGeneric::$writeToDebugger
MCAPI void $writeToDebugger(char const *area, ::HCTraceLevel level, char const *message)
Bedrock::Http::LoggingInterfaceGeneric::$threadId
MCAPI uint64 $threadId()
Bedrock::Http::LoggingInterfaceGeneric::$vftable
static MCAPI void ** $vftable()
Bedrock::Http::LoggingInterface
Definition
LoggingInterface.h:10
src
mc
deps
core
http
LoggingInterfaceGeneric.h
Generated on Fri Jun 13 2025 05:04:22 for LeviLamina by
1.12.0