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
11
class
HashedString
;
12
namespace
Editor {
class
ServiceProviderCollection; }
13
// clang-format on
14
15
namespace
Editor {
16
17
class
LogUtils
{
18
public
:
19
// static functions
20
// NOLINTBEGIN
21
MCNAPI
static
void
22
log
(
::Editor::ServiceProviderCollection
& providers,
23
::Editor::LogContext
context
,
24
::Editor::LogLevel level,
25
::std::vector<::HashedString>&& tags,
26
::std::string message);
27
// NOLINTEND
28
};
29
30
}
// namespace Editor
Editor::LogUtils
Definition
LogUtils.h:17
Editor::LogUtils::log
static MCAPI void log(::Editor::ServiceProviderCollection &providers, ::Editor::LogContext context, ::Editor::LogLevel level, ::std::vector<::HashedString > &&tags, ::std::string message)
Editor::ServiceProviderCollection
Definition
ServiceProviderCollection.h:7
HashedString
Definition
HashedString.h:5
context
Definition
context.h:5
src
mc
editor
logging
LogUtils.h
Generated on Fri Jun 13 2025 05:04:30 for LeviLamina by
1.12.0