31 ::Editor::LogLevel level,
32 ::std::vector<::HashedString>&& areaTags,
33 ::Editor::LogChannel logChannelMask) = 0;
38 ::Editor::LogLevel level,
39 ::std::vector<::HashedString>&& areaTags,
40 ::Editor::LogChannel logChannel) = 0;
43 virtual void flush() = 0;
45 virtual ::std::vector<::Editor::LogMessage>
const& getMessages()
const = 0;
47 virtual ::Scripting::Result_deprecated<::Bedrock::PubSub::Subscription>
Definition LogContent.h:7