mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-13 06:38:31 +09:00
[Fix] (MG/Constants): put log level in order
This commit is contained in:
+3
-3
@@ -32,9 +32,9 @@ namespace MG_Global {
|
|||||||
namespace MG_Constants {
|
namespace MG_Constants {
|
||||||
namespace Common {
|
namespace Common {
|
||||||
inline constexpr int LOG_LEVEL_DEBUG = 0x0010;
|
inline constexpr int LOG_LEVEL_DEBUG = 0x0010;
|
||||||
inline constexpr int LOG_LEVEL_WARN = 0x0011;
|
inline constexpr int LOG_LEVEL_INFO = 0x0011;
|
||||||
inline constexpr int LOG_LEVEL_ERROR = 0x0012;
|
inline constexpr int LOG_LEVEL_WARN = 0x0012;
|
||||||
inline constexpr int LOG_LEVEL_INFO = 0x0013;
|
inline constexpr int LOG_LEVEL_ERROR = 0x0013;
|
||||||
inline constexpr int LOG_LEVEL_FATAL = 0x0014;
|
inline constexpr int LOG_LEVEL_FATAL = 0x0014;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user