LeviLamina
Loading...
Searching...
No Matches
LogLevel.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Scripting {
6
7
enum class
LogLevel :
int
{
8
Info = 0,
9
Warning = 1,
10
Error
= 2,
11
NoMarkup = 3,
12
};
13
14
}
Scripting::Error
Definition
Error.h:10
src
mc
deps
scripting
LogLevel.h
Generated on
for LeviLamina by
1.16.1