#pragma once #ifndef DIOS_SYS_LOG_HEAD #define DIOS_SYS_LOG_HEAD typedef enum _System_Log_Level { SYS_LOG_LEVEL_RESET, SYS_LOG_LEVEL_Trace, SYS_LOG_LEVEL_Debug, SYS_LOG_LEVEL_Information, SYS_LOG_LEVEL_Warning, SYS_LOG_LEVEL_Error, SYS_LOG_LEVEL_Fatal, SYS_LOG_LEVEL_Recoverable, SYS_LOG_LEVEL_Action, SYS_LOG_LEVEL_Telegram, SYS_LOG_LEVEL_Ortho, SYS_LOG_LEVEL_MAX }SYS_LOG_LEVEL; #else #endif