LeviLamina
|
Public Types | |
enum class | State : int { Uninitialized = 0 , Initialized = 1 , Ready = 2 } |
Public Member Functions | |
ServerLoggingService & | operator= (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) |
MCFOLD void | $flush () |
MCFOLD ::std::vector<::Editor::LogMessage > const & | $getMessages () const |
virtual ::Scripting::Result< void > | init () |
virtual ::Scripting::Result< void > | quit () |
virtual ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription > | listenForLogMessage (::std::function< void(::Editor::LogMessage const &)> func) |
MCAPI void | $dtor () |
MCFOLD ::Scripting::Result< void > | $init () |
MCFOLD ::Scripting::Result< void > | $quit () |
MCFOLD ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription > | $listenForLogMessage (::std::function< void(::Editor::LogMessage const &)> func) |
virtual ::Scripting::Result< void > | ready () |
virtual bool | isServiceInitialized () const |
virtual bool | isServiceReady () const |
MCFOLD ::Scripting::Result< void > | $ready () |
MCAPI bool | $isServiceInitialized () const |
MCAPI bool | $isServiceReady () const |
MCFOLD void * | $ctor () |
MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences 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 > | mUnkb9e713 |
::ll::UntypedStorage< 8, 8 > | mUnkc8874b |
::ll::UntypedStorage< 4, 4 > | mUnk93c97e |
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
|
virtual |
Implements Editor::Services::IEditorService.
|
virtual |
Implements Editor::Services::LoggingServiceProvider.
|
virtual |
Implements Editor::Services::LoggingServiceProvider.
|
virtual |
Implements Editor::Services::LoggingServiceProvider.
|
virtualinherited |
Implements Editor::Services::IEditorService.
|
virtualinherited |
Implements Editor::Services::IEditorService.
|
virtualinherited |
Implements Editor::Services::LoggingServiceProvider.