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