LeviLamina
Loading...
Searching...
No Matches
LogSeverity.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
NetherNet {
6
7
enum class
LogSeverity :
int
{
8
First = 0,
9
Disabled = 0,
10
CriticalOnly = 1,
11
Error = 2,
12
Warning = 3,
13
Information = 4,
14
Verbose = 5,
15
Count = 6,
16
};
17
18
}
src
mc
deps
nether_net
LogSeverity.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0