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
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
22
public
:
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
32
public
:
33
// vftables
34
// NOLINTBEGIN
35
MCNAPI
static
void
**
$vftable
();
36
// NOLINTEND
37
};
38
39
}
// 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
for LeviLamina by
1.16.1