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
12
class
HashedString
;
13
namespace
Editor {
class
ServiceProviderCollection; }
14
// clang-format on
15
16
namespace
Editor {
17
18
class
LogUtils
{
19
public
:
20
// static functions
21
// NOLINTBEGIN
22
MCNAPI
static
void
23
log
(
::Editor::ServiceProviderCollection
& providers,
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
Editor::LogUtils
Definition
LogUtils.h:18
Editor::LogUtils::log
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)
Editor::ServiceProviderCollection
Definition
ServiceProviderCollection.h:7
HashedString
Definition
HashedString.h:5
context
Definition
context.h:5
src-server
mc
editor
logging
LogUtils.h
Generated on Sun Oct 12 2025 06:31:34 for LeviLamina by
1.12.0