LeviLamina
|
Public Types | |
enum class | State : int { Uninitialized = 0 , Initialized = 1 , Ready = 2 } |
Public Member Functions | |
LoggingService & | operator= (LoggingService const &) |
LoggingService (LoggingService 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::std::string_view | getServiceName () const =0 |
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 &) |
virtual void | log (::std::string &&, ::Player *, ::Editor::LogLevel, ::std::vector<::HashedString > &&)=0 |
virtual void | flush ()=0 |
virtual ::std::vector<::Editor::LogMessage > const & | getMessages () const =0 |
Static Public Member Functions | |
static MCAPI void ** | $vftableForLoggingServiceProvider () |
static MCAPI void ** | $vftableForIEditorService () |
static MCAPI void ** | $vftable () |
Public Attributes | |
::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::IEditorService.
|
virtual |
Implements Editor::Services::LoggingServiceProvider.