LeviLamina
Loading...
Searching...
No Matches
Editor::Services::ServerLoggingService Class Reference
+ Inheritance diagram for Editor::Services::ServerLoggingService:

Public Types

enum class  State : int { Uninitialized = 0 , Initialized = 1 , Ready = 2 }
 

Public Member Functions

ServerLoggingServiceoperator= (ServerLoggingService const &)
 
 ServerLoggingService (ServerLoggingService const &)
 
virtual::std::string_view getServiceName () const
 
virtual void log (::std::string &&msg, ::Player *player, ::Editor::LogLevel level, ::std::vector<::HashedString > &&areaTags)
 
virtual void flush ()
 
virtual ::std::vector<::Editor::LogMessage > const & getMessages () const
 
MCAPI void _dispatchLogMessagePayload (::Editor::LogMessage message, ::Editor::IEditorPlayer *editorPlayer)
 
MCAPI::std::string_view $getServiceName () const
 
MCAPI void $log (::std::string &&msg, ::Player *player, ::Editor::LogLevel level, ::std::vector<::HashedString > &&areaTags)
 
MCAPI void $flush ()
 
MCAPI ::std::vector<::Editor::LogMessage > const & $getMessages () const
 
virtual ::Scripting::Result_deprecated< void > init ()
 
virtual ::Scripting::Result_deprecated< void > quit ()
 
virtual ::Scripting::Result_deprecated<::Bedrock::PubSub::SubscriptionlistenForLogMessage (::std::function< void(::Editor::LogMessage const &)> func)
 
MCAPI void $dtor ()
 
MCAPI ::Scripting::Result_deprecated< void > $init ()
 
MCAPI ::Scripting::Result_deprecated< void > $quit ()
 
MCAPI ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription$listenForLogMessage (::std::function< void(::Editor::LogMessage const &)> func)
 
virtual ::Scripting::Result_deprecated< void > ready ()
 
virtual bool isServiceInitialized () const
 
virtual bool isServiceReady () const
 
MCAPI ::Scripting::Result_deprecated< void > $ready ()
 
MCAPI bool $isServiceInitialized () const
 
MCAPI bool $isServiceReady () const
 

Static Public Member Functions

static MCAPI void ** $vftableForLoggingServiceProvider ()
 
static MCAPI void ** $vftableForIEditorService ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 64 > mUnk41f73b
 
::ll::UntypedStorage< 8, 24 > mUnkbc876c
 
::ll::UntypedStorage< 8, 48 > mUnk36f817
 
::ll::UntypedStorage< 8, 8 > mUnkc8874b
 
::ll::UntypedStorage< 4, 4 > mUnk93c97e
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 

Member Function Documentation

◆ getServiceName()

virtual::std::string_view Editor::Services::ServerLoggingService::getServiceName ( ) const
virtual

◆ log()

virtual void Editor::Services::ServerLoggingService::log ( ::std::string && msg,
::Player * player,
::Editor::LogLevel level,
::std::vector<::HashedString > && areaTags )
virtual

◆ flush()

virtual void Editor::Services::ServerLoggingService::flush ( )
virtual

◆ getMessages()

virtual ::std::vector<::Editor::LogMessage > const & Editor::Services::ServerLoggingService::getMessages ( ) const
virtual

◆ _dispatchLogMessagePayload()

MCAPI void Editor::Services::ServerLoggingService::_dispatchLogMessagePayload ( ::Editor::LogMessage message,
::Editor::IEditorPlayer * editorPlayer )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getServiceName()

MCAPI::std::string_view Editor::Services::ServerLoggingService::$getServiceName ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $log()

MCAPI void Editor::Services::ServerLoggingService::$log ( ::std::string && msg,
::Player * player,
::Editor::LogLevel level,
::std::vector<::HashedString > && areaTags )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $flush()

MCAPI void Editor::Services::ServerLoggingService::$flush ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMessages()

MCAPI ::std::vector<::Editor::LogMessage > const & Editor::Services::ServerLoggingService::$getMessages ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForLoggingServiceProvider()

static MCAPI void ** Editor::Services::ServerLoggingService::$vftableForLoggingServiceProvider ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForIEditorService()

static MCAPI void ** Editor::Services::ServerLoggingService::$vftableForIEditorService ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ init()

virtual ::Scripting::Result_deprecated< void > Editor::Services::LoggingService::init ( )
virtualinherited

◆ quit()

virtual ::Scripting::Result_deprecated< void > Editor::Services::LoggingService::quit ( )
virtualinherited

◆ listenForLogMessage()

virtual ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription > Editor::Services::LoggingService::listenForLogMessage ( ::std::function< void(::Editor::LogMessage const &)> func)
virtualinherited

◆ $dtor()

MCAPI void Editor::Services::LoggingService::$dtor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $init()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::LoggingService::$init ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $quit()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::LoggingService::$quit ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $listenForLogMessage()

MCAPI ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription > Editor::Services::LoggingService::$listenForLogMessage ( ::std::function< void(::Editor::LogMessage const &)> func)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ready()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::IEditorService::$ready ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isServiceInitialized()

MCAPI bool Editor::Services::IEditorService::$isServiceInitialized ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isServiceReady()

MCAPI bool Editor::Services::IEditorService::$isServiceReady ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** Editor::Services::IEditorService::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: