LeviLamina
Loading...
Searching...
No Matches
LogUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/LogChannel.h"
7#include "mc/editor/logging/LogContext.h"
8#include "mc/editor/logging/LogLevel.h"
9
10// auto generated forward declare list
11// clang-format off
12class HashedString;
13namespace Editor { class ServiceProviderCollection; }
14// clang-format on
15
16namespace Editor {
17
18class LogUtils {
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCNAPI static void
24 ::Editor::LogContext context,
25 ::Editor::LogLevel level,
26 ::std::vector<::HashedString>&& tags,
27 ::std::string message,
28 ::Editor::LogChannel channelMask,
29 ::std::string subMessage);
30 // NOLINTEND
31};
32
33} // namespace Editor
Definition LogUtils.h:18
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)
Definition ServiceProviderCollection.h:7
Definition HashedString.h:5
Definition context.h:5