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/logging/LogContext.h"
7#include "mc/editor/logging/LogLevel.h"
8
9// auto generated forward declare list
10// clang-format off
11class HashedString;
12namespace Editor { class ServiceProviderCollection; }
13// clang-format on
14
15namespace Editor {
16
17class LogUtils {
18public:
19 // static functions
20 // NOLINTBEGIN
21 MCNAPI static void
23 ::Editor::LogContext context,
24 ::Editor::LogLevel level,
25 ::std::vector<::HashedString>&& tags,
26 ::std::string message);
27 // NOLINTEND
28};
29
30} // namespace Editor
Definition LogUtils.h:17
static MCAPI void log(::Editor::ServiceProviderCollection &providers, ::Editor::LogContext context, ::Editor::LogLevel level, ::std::vector<::HashedString > &&tags, ::std::string message)
Definition ServiceProviderCollection.h:7
Definition HashedString.h:5
Definition context.h:5