LeviLamina
Loading...
Searching...
No Matches
ScriptContentLogEndPoint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/debug/log/ContentLogEndPoint.h"
7
#include "mc/deps/core/debug/log/LogArea.h"
8
#include "mc/deps/core/debug/log/LogLevel.h"
9
10
class
ScriptContentLogEndPoint :
public
::ContentLogEndPoint
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<8, 8>
mUnk56e480;
15
::ll::UntypedStorage<1, 1>
mUnk195740;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
ScriptContentLogEndPoint& operator=(ScriptContentLogEndPoint
const
&);
21
ScriptContentLogEndPoint(ScriptContentLogEndPoint
const
&);
22
ScriptContentLogEndPoint();
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
~ScriptContentLogEndPoint()
/*override*/
;
28
29
virtual
void
log(::LogArea
const
, ::LogLevel
const
logLevel,
char
const
* message)
/*override*/
;
30
31
virtual
bool
logOnlyOnce()
const
/*override*/
;
32
33
virtual
void
flush()
/*override*/
;
34
35
virtual
void
setEnabled(
bool
newState)
/*override*/
;
36
37
virtual
bool
isEnabled()
const
/*override*/
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
MCNAPI
void
$dtor
();
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCNAPI
void
$log
(::LogArea
const
, ::LogLevel
const
logLevel,
char
const
* message);
50
51
MCNAPI
bool
$logOnlyOnce
()
const
;
52
53
MCNAPI
void
$flush
();
54
55
MCNAPI
void
$setEnabled
(
bool
newState);
56
57
MCNAPI
bool
$isEnabled
()
const
;
58
59
60
// NOLINTEND
61
};
ContentLogEndPoint
Definition
ContentLogEndPoint.h:11
ScriptContentLogEndPoint::$flush
MCAPI void $flush()
ScriptContentLogEndPoint::$isEnabled
MCAPI bool $isEnabled() const
ScriptContentLogEndPoint::$log
MCAPI void $log(::LogArea const, ::LogLevel const logLevel, char const *message)
ScriptContentLogEndPoint::$setEnabled
MCAPI void $setEnabled(bool newState)
ScriptContentLogEndPoint::$logOnlyOnce
MCAPI bool $logOnlyOnce() const
ScriptContentLogEndPoint::$dtor
MCAPI void $dtor()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
ScriptContentLogEndPoint.h
Generated on
for LeviLamina by
1.16.1