31 ServerLoggingService& operator=(ServerLoggingService
const&);
32 ServerLoggingService(ServerLoggingService
const&);
33 ServerLoggingService();
38 virtual ::std::string_view getServiceName()
const ;
43 ::Editor::LogLevel level,
44 ::std::vector<::HashedString>&& areaTags,
45 ::Editor::LogChannel logChannelMask) ;
47 virtual void flush() ;
49 virtual ::std::vector<::Editor::LogMessage>
const& getMessages()
const ;
51 virtual ~ServerLoggingService() =
default;
68 ::Editor::LogLevel level,
69 ::std::vector<::HashedString>&& areaTags,
70 ::Editor::LogChannel logChannelMask
75 MCNAPI ::std::vector<::Editor::LogMessage>
const&
$getMessages()
const;
MCAPI void $log(::Editor::LogContent content, ::Player *player, ::Editor::LogLevel level, ::std::vector<::HashedString > &&areaTags, ::Editor::LogChannel logChannelMask)
Definition LogContent.h:7