3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/common/editor/LogChannel.h"
7#include "mc/editor/logging/LogContext.h"
8#include "mc/editor/logging/LogLevel.h"
14namespace Editor {
class ServiceProviderCollection; }
25 ::Editor::LogLevel level,
26 ::std::vector<::HashedString>&& tags,
27 ::std::string message,
28 ::Editor::LogChannel channelMask,
29 ::std::string subMessage);
34 ::Editor::LogLevel level,
35 ::std::vector<::HashedString>&& tags,
36 ::std::string message,
37 ::Editor::LogChannel channelMask,
38 ::std::string subMessage);
43 ::Editor::LogLevel level,
44 ::std::string message,
45 ::std::string subMessage
static MCAPI void log(::Editor::ServiceProviderCollection &providers, ::Editor::LogContext context, ::Editor::LogLevel level, ::std::vector<::HashedString > &&tags, ::std::string message, ::Editor::LogChannel channelMask, ::std::string subMessage)
static MCAPI void log(::Player &player, ::Editor::LogLevel level, ::std::vector<::HashedString > &&tags, ::std::string message, ::Editor::LogChannel channelMask, ::std::string subMessage)
static MCAPI void queueToast(::Editor::ServiceProviderCollection &providers, ::Editor::LogContext context, ::Editor::LogLevel level, ::std::string message, ::std::string subMessage)
Definition ServiceProviderCollection.h:7
Definition HashedString.h:5