Skip to content

Commit d287ae7

Browse files
committed
fixed log level order.
DEBUG includes INFO and ERROR. INFO includes ERROR and exlcudes DEBUG. ERROR excludes INFO and DEBUG.
1 parent f54f084 commit d287ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/DMDUtil/Config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
typedef enum
1616
{
17+
DMDUtil_LogLevel_DEBUG,
1718
DMDUtil_LogLevel_INFO,
1819
DMDUtil_LogLevel_ERROR,
19-
DMDUtil_LogLevel_DEBUG
2020
} DMDUtil_LogLevel;
2121

2222
typedef void(DMDUTILCALLBACK* DMDUtil_LogCallback)(DMDUtil_LogLevel logLevel, const char* format, va_list args);

0 commit comments

Comments
 (0)