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
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~ScriptContentLogEndPoint() /*override*/ = default;
29
30 // vIndex: 1
31 virtual void log(::LogArea const, ::LogLevel const logLevel, char const* message) /*override*/;
32
33 // vIndex: 2
34 virtual bool logOnlyOnce() const /*override*/;
35
36 // vIndex: 2
37 virtual void flush() /*override*/;
38
39 // vIndex: 3
40 virtual void setEnabled(bool newState) /*override*/;
41
42 // vIndex: 4
43 virtual bool isEnabled() const /*override*/;
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI void $log(::LogArea const, ::LogLevel const logLevel, char const* message);
56
57 MCFOLD bool $logOnlyOnce() const;
58
59 MCFOLD void $flush();
60
61 MCFOLD void $setEnabled(bool newState);
62
63 MCFOLD bool $isEnabled() const;
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCAPI static void** $vftableForLogEndPoint();
70
71 MCAPI static void** $vftableForEnableNonOwnerReferences();
72 // NOLINTEND
73};
Definition ContentLogEndPoint.h:11
Definition ScriptContentLogEndPoint.h:10
Definition Alias.h:14