#include <initializer_list>
#include "Types.h"
#include "Array.h"
#include "UTF.h"
#include "Str.h"
Go to the source code of this file.
◆ EHS_LOG
#define EHS_LOG |
( |
| type, |
|
|
| code, |
|
|
| msg ) |
Value:
static void Raise(Log log)
Definition Log.cpp:49
static Str< Char_8, UInt_64 > FromNum(const SInt_64 num)
Definition Str.h:1399
unsigned int UInt_32
Definition Types.h:49
EHS_LIB_IO Str_8 GetAppName_8()
Definition EHS.cpp:107
◆ EHS_LOG_INT
#define EHS_LOG_INT |
( |
| type, |
|
|
| code, |
|
|
| msg ) |
Value:
EHS_LIB_IO const Char_8 * GetAcronym_8()
Definition EHS.cpp:122
◆ EHS_LOG_SUCCESS
#define EHS_LOG_SUCCESS |
( |
| ) |
|