Go to the documentation of this file.
34 #ifndef __ADI_PLATFORM_TYPES_H__
35 #define __ADI_PLATFORM_TYPES_H__
37 #ifndef ADI_COMPILED_LOGLEVEL
42 #define ADI_COMPILED_LOGLEVEL ADI_LOGLEVEL_WARN
43 #endif // !ADI_COMPILED_LOGLEVEL
49 #define ADI_LOGLEVEL_TRACE (0)
54 #define ADI_LOGLEVEL_DEBUG (1)
59 #define ADI_LOGLEVEL_INFO (2)
64 #define ADI_LOGLEVEL_WARN (3)
69 #define ADI_LOGLEVEL_ERROR (4)
74 #define ADI_LOGLEVEL_FATAL (5)
79 #define ADI_LOGLEVEL_NONE (255)