MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
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
16namespace MGL::System
17{
19enum class LogLevel : uint8_t
20{
21 Error,
22 Warning,
23 AppTrace,
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
LogLevel
ログレベル
Definition mgl_debug_log_level.h:20
@ AppTrace
アプリケーション側のトレース
@ LibraryTrace
ライブラリ側のトレース