17 #define CFLOG_MASK_GATE (0x1F) 148 typedef void* CFPointer;
149 typedef unsigned int CFSizeType;
150 typedef unsigned int CFUInt;
151 typedef unsigned char CFUChar;
154 typedef short CFShort;
155 typedef unsigned short CFUShort;
156 typedef double CFDouble;
157 typedef bool CFBoolean;
159 typedef unsigned long CFULong;
160 typedef float CFFloat;
163 typedef signed char CFInt8;
164 typedef unsigned char CFUInt8;
165 typedef signed short CFInt16;
166 typedef unsigned short CFUInt16;
167 typedef signed int CFInt32;
168 typedef unsigned int CFUInt32;
169 typedef unsigned long CFSize;
170 typedef signed long CFInt64;
171 typedef unsigned long CFUInt64;
172 typedef signed long CFSSize;
176 #endif // __CF_TYPES_H__ CFLogMask
日志级别掩码枚举类型
Definition: CFTypes.h:82
周四
Definition: CFTypes.h:143
CFLogLevel
日志级别枚举类型
Definition: CFTypes.h:26
最高优先级别日志。
Definition: CFTypes.h:73
周二
Definition: CFTypes.h:141
调试级别日志。
Definition: CFTypes.h:45
最低优先级别。
Definition: CFTypes.h:35
周三
Definition: CFTypes.h:142
周日
Definition: CFTypes.h:139
INFO级别掩码
Definition: CFTypes.h:91
周六
Definition: CFTypes.h:145
周一
Definition: CFTypes.h:140
错误级别日志。
Definition: CFTypes.h:62
CFWeek
星期的枚举值, 从周日开始计数(0)
Definition: CFTypes.h:138
WARNING级别掩码
Definition: CFTypes.h:111
周五
Definition: CFTypes.h:144
DEBUG级别掩码
Definition: CFTypes.h:101
ERROR级别掩码
Definition: CFTypes.h:121
警告级别日志。
Definition: CFTypes.h:53
FATAL级别掩码
Definition: CFTypes.h:131