LeviLamina
Loading...
Searching...
No Matches
CategoryLogFile.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/diagnostics/bedrock_log/LogChannel.h"
7
8namespace BedrockLog {
9
10struct CategoryLogFile {
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 CategoryLogFile& operator=(CategoryLogFile const&);
22 CategoryLogFile(CategoryLogFile const&);
23 CategoryLogFile();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI void AddChannel(::BedrockLog::LogChannel channel);
29 // NOLINTEND
30};
31
32} // namespace BedrockLog
MCAPI void AddChannel(::BedrockLog::LogChannel channel)
Definition Alias.h:14