MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
include
mgl
system
debug
mgl_debug_log_level.h
[詳解]
1
// SPDX-License-Identifier: Zlib
2
/* ------------------------------------------------------------------------- */
9
/* ------------------------------------------------------------------------- */
10
11
#ifndef INCGUARD_MGL_DEBUG_LOG_LEVEL_H_1616059198
12
#define INCGUARD_MGL_DEBUG_LOG_LEVEL_H_1616059198
13
14
#include <cstdint>
15
16
namespace
MGL::System
17
{
19
enum class
LogLevel
: uint8_t
20
{
21
Error,
22
Warning
,
23
AppTrace
,
24
LibraryTrace
,
25
};
26
}
// namespace MGL::System
27
28
#endif
// INCGUARD_MGL_DEBUG_LOG_LEVEL_H_1616059198
29
30
// vim: et ts=4 sw=4 sts=4
MGL::System::LogLevel
LogLevel
ログレベル
Definition
mgl_debug_log_level.h:20
MGL::System::LogLevel::Warning
@ Warning
警告
MGL::System::LogLevel::AppTrace
@ AppTrace
アプリケーション側のトレース
MGL::System::LogLevel::LibraryTrace
@ LibraryTrace
ライブラリ側のトレース
構築:
1.12.0