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*/;
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 MCNAPI void $dtor();
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCNAPI void $log(::LogArea const, ::LogLevel const logLevel, char const* message);
56
57 MCNAPI bool $logOnlyOnce() const;
58
59 MCNAPI void $flush();
60
61 MCNAPI void $setEnabled(bool newState);
62
63 MCNAPI bool $isEnabled() const;
64 // NOLINTEND
65};
Definition ContentLogEndPoint.h:11
Definition ScriptContentLogEndPoint.h:10
MCAPI bool $isEnabled() const
MCAPI void $log(::LogArea const, ::LogLevel const logLevel, char const *message)
MCAPI void $setEnabled(bool newState)
MCAPI bool $logOnlyOnce() const
Definition Alias.h:14