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/diagnostics/bedrock_log/LogChannel.h"
7
8namespace BedrockLog {
9
11public:
12 // member variables
13 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 CategoryLogFile& operator=(CategoryLogFile const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI void AddChannel(::BedrockLog::LogChannel channel);
28
29 MCAPI CategoryLogFile();
30
31 MCAPI ~CategoryLogFile();
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor();
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
46
47} // namespace BedrockLog
Definition CategoryLogFile.h:10
Definition Alias.h:14