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