core_init.h 338 B

1234567891011
  1. #ifndef AFUN_INIT_H
  2. #define AFUN_INIT_H
  3. #include "aFunCoreExport.h"
  4. #include "stdbool.h"
  5. #include <setjmp.h>
  6. #include "tool.h"
  7. AFUN_CORE_EXPORT extern Logger *aFunCoreLogger;
  8. AFUN_CORE_EXPORT bool aFunCoreInit(char *log_dir, LogFactoryPrintConsole print_console, bool fe, bool se, jmp_buf *buf, LogLevel level);
  9. #endif //AFUN_INIT_H