32 class ScopeHandler :
public ::std::enable_shared_from_this<::ContentLog::ScopeHandler> {
50 ::ll::TypedStorage<1, 1, bool> mPopScope;
51 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::ContentLog::ScopeHandler>> mScopeHandler;
83 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ContentLogEndPoint*>> mContentLogEndPoint;
113 ::ll::TypedStorage<8, 24, ::std::vector<::ContentLog::ThreadSpecificData::ScopeData>> mScope;
114 ::ll::TypedStorage<8, 24, ::std::vector<::ContextMessageLogger*>> mMessageLoggers;
121 ::ll::TypedStorage<1, 1, bool> mEnabled;
124 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mEndpointMutex;
125 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContentLog::ScopeHandler>> mScopeHandler;
129 ::std::unordered_map<::LogLevel, ::std::unordered_map<::LogArea, ::std::unordered_set<uint64>>>>
145 MCNAPI
void _writeToLog(
bool logOnlyOnce, ::LogArea area, ::LogLevel level,
char*& args);
149 MCNAPI
void log(
bool, ::LogLevel, ::LogArea, ...);
Definition ContentLogEndPoint.h:11
Definition ContentLog.h:79
Definition ContentLog.h:46
MCAPI ContentLogScope(::Bedrock::StaticOptimizedString scope)
MCAPI void * $ctor(::Bedrock::StaticOptimizedString scope)
Definition ContentLog.h:32
Definition ContentLog.h:87
Definition ContentLog.h:21
MCAPI void log(bool, ::LogLevel, ::LogArea,...)
MCAPI void _writeToLog(bool logOnlyOnce, ::LogArea area, ::LogLevel level, char *&args)
MCAPI void updateEnabledStatus()
MCAPI::std::string getScope()
static MCAPI char const * getLogAreaName(::LogArea area)
static MCAPI void ** $vftable()
MCAPI void unregisterEndPoint(::gsl::not_null<::ContentLogEndPoint * > endPoint)
static MCAPI ::LogAreaID const getBedrockLogAreaFromContentLogArea(::LogArea contentLogArea)
Definition ContextMessageLogger.h:5
Definition ContentLog.h:95