Go to the documentation of this file.
36 #define EXTERN_C extern "C"
42 #define LOG_CAT_UNDEFINED 0
43 #define LOG_CAT_ERROR 1
44 #define LOG_CAT_WARNING 2
45 #define LOG_CAT_INFO 3
46 #define LOG_CAT_EXTRAINFO 4
47 #define LOG_CAT_RESULTS 5
48 #define LOG_CAT_TIMINGS 6
49 #define LOG_CAT_MEMUSAGE 7
52 #define LOG_AREA_UNDEFINED 0
53 #define LOG_AREA_MAIN 1
54 #define LOG_AREA_SCF 2
56 #define LOG_AREA_INTEGRALS 4
57 #define LOG_AREA_DENSFROMF 5
58 #define LOG_AREA_DFT 6
59 #define LOG_AREA_LOWLEVEL 7