LeviLamina
Loading...
Searching...
No Matches
WorldSessionEndPoint.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: 1
28 virtual void log(::LogArea const area, ::LogLevel const level, char const* message) /*override*/;
29
30 // vIndex: 2
31 virtual void flush() /*override*/;
32
33 // vIndex: 3
34 virtual void setEnabled(bool newState) /*override*/;
35
36 // vIndex: 4
37 virtual bool isEnabled() const /*override*/;
38
39 // vIndex: 2
40 virtual bool logOnlyOnce() const /*override*/;
41
42 // vIndex: 0
43 virtual ~WorldSessionEndPoint() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCNAPI void $log(::LogArea const area, ::LogLevel const level, char const* message);
50
51 MCNAPI void $flush();
52
53 MCNAPI void $setEnabled(bool newState);
54
55 MCNAPI bool $isEnabled() const;
56
57 MCNAPI bool $logOnlyOnce() const;
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftableForLogEndPoint();
64
66 // NOLINTEND
67};
Definition ContentLogEndPoint.h:11
Definition WorldSessionEndPoint.h:10
MCAPI void $setEnabled(bool newState)
MCAPI bool $logOnlyOnce() const
MCAPI void $flush()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
MCAPI void $log(::LogArea const area, ::LogLevel const level, char const *message)
static MCAPI void ** $vftableForLogEndPoint()
MCAPI bool $isEnabled() const
Definition Alias.h:14