definitions for H5_VERBOSE_{NONE,ERROR,WARN,INFO} added

This commit is contained in:
2013-05-02 14:12:43 +00:00
parent 1284d545e1
commit 78078c322e
+5
View File
@@ -17,6 +17,11 @@
extern "C" {
#endif
#define H5_VERBOSE_NONE (0)
#define H5_VERBOSE_ERROR (1)
#define H5_VERBOSE_WARN (2)
#define H5_VERBOSE_INFO (3)
#define H5_DEBUG_USER (1<<2)
#define H5_DEBUG_API (1<<3)
#define H5_DEBUG_CORE_API (1<<4)