LeviLamina
Loading...
Searching...
No Matches
ResultLogger.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/diagnostics/LogAreaID.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock {
class
LogLevel
; }
11
namespace
Bedrock {
struct
CallStack
; }
12
// clang-format on
13
14
namespace
Bedrock {
15
16
class
ResultLogger
{
17
public
:
18
// static functions
19
// NOLINTBEGIN
20
MCNAPI
static
void
21
log
(
::Bedrock::LogLevel
logLevel,
22
::LogAreaID logArea,
23
::std::string
const
& error,
24
::Bedrock::CallStack
const
& callStack);
25
26
MCNAPI static ::std::string
noContextString
();
27
// NOLINTEND
28
};
29
30
}
// namespace Bedrock
Bedrock::LogLevel
Definition
LogLevel.h:7
Bedrock::ResultLogger
Definition
ResultLogger.h:16
Bedrock::ResultLogger::log
static MCAPI void log(::Bedrock::LogLevel logLevel, ::LogAreaID logArea, ::std::string const &error, ::Bedrock::CallStack const &callStack)
Bedrock::ResultLogger::noContextString
static MCAPI ::std::string noContextString()
Bedrock::CallStack
Definition
CallStack.h:11
src
mc
platform
ResultLogger.h
Generated on
for LeviLamina by
1.16.1