LeviLamina
Loading...
Searching...
No Matches
LogEndPoint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock {
6
7
class
LogEndPoint
{
8
public
:
9
// virtual functions
10
// NOLINTBEGIN
11
virtual
~LogEndPoint
() =
default
;
12
13
virtual
void
log(
char
const
*) = 0;
14
15
virtual
void
flush() = 0;
16
17
virtual
void
setEnabled(
bool
) = 0;
18
19
virtual
bool
isEnabled()
const
= 0;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
};
28
29
}
// namespace Bedrock
Bedrock::LogEndPoint
Definition
LogEndPoint.h:7
src
mc
deps
core
debug
log
LogEndPoint.h
Generated on
for LeviLamina by
1.16.1