37 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ContentLogEndPoint>> mContentLogEndPoint;
53 ::ll::TypedStorage<8, 8, ::Bedrock::StaticOptimizedString> mMessage;
54 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ContentLog::ContentLogScope const*>> mContentLogScope;
61 ::ll::TypedStorage<8, 24, ::std::vector<::ContentLog::ThreadSpecificData::ScopeData>> mScope;
62 ::ll::TypedStorage<8, 24, ::std::vector<::ContextMessageLogger*>> mMessageLoggers;
66 class ScopeHandler :
public ::std::enable_shared_from_this<::ContentLog::ScopeHandler> {
75 ::std::allocator<::ContentLog::ThreadSpecificData>>>
86 class ContentLogScope {
90 ::ll::TypedStorage<1, 1, bool> mPopScope;
91 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::ContentLog::ScopeHandler>> mScopeHandler;
124 ::ll::TypedStorage<1, 1, bool> mEnabled;
127 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mEndpointMutex;
128 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContentLog::ScopeHandler>> mScopeHandler;
132 ::std::unordered_map<::LogLevel, ::std::unordered_map<::LogArea, ::std::unordered_set<uint64>>>>
139 virtual ~ContentLog() ;
147 MCAPI
void _writeToLog(
bool logOnlyOnce, ::LogArea area, ::LogLevel level,
char*& args);
153 MCAPI
void log(
bool logOnlyOnce, ::LogLevel level, ::LogArea area, ...);
157 MCAPI
void unregisterEndPoint(::gsl::not_null<::ContentLogEndPoint*> endPoint);
159 MCAPI
void updateEnabledStatus();
Definition ContentLogEndPoint.h:17
Definition ContentLog.h:33
Definition ContentLog.h:86
MCAPI ContentLogScope(::Bedrock::StaticOptimizedString scope)
MCAPI void * $ctor(::Bedrock::StaticOptimizedString scope)
Definition ContentLog.h:66
MCAPI::std::string getScope()
Definition ContentLog.h:41
static MCAPI void ** $vftable()
Definition ContextMessageLogger.h:10
Definition ContentLog.h:49