LeviLamina
Loading...
Searching...
No Matches
ContentLogEndPoint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/debug/log/LogArea.h"
7#include "mc/deps/core/debug/log/LogEndPoint.h"
8#include "mc/deps/core/debug/log/LogLevel.h"
9#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
10#include "mc/deps/core/utility/typeid_t.h"
11
12// auto generated forward declare list
13// clang-format off
14class ContentLog;
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~ContentLogEndPoint() /*override*/;
22
23 virtual void log(::LogArea const area, ::LogLevel const level, char const* message) = 0;
24
25 virtual void log(char const*) /*override*/;
26
27 virtual bool logOnlyOnce() const = 0;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
36
37 MCNAPI void _unregister();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor();
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(char const*);
56
57
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftableForLogEndPoint();
64
66 // NOLINTEND
67};
Definition EnableNonOwnerReferences.h:7
Definition LogEndPoint.h:7
Definition typeid_t.h:39
MCAPI void $log(char const *)
MCAPI void $dtor()
MCAPI ContentLogEndPoint()
static MCAPI void ** $vftableForLogEndPoint()
MCAPI void * $ctor()
MCAPI void _unregister()
MCAPI void _register(::Bedrock::typeid_t<::ContentLog > id)
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ContentLog.h:23