core_logger.h 313 B

12345678910111213
  1. #ifndef AFUN_CORE_LOGGER_H
  2. #define AFUN_CORE_LOGGER_H
  3. #include "aFuntool.h"
  4. #include "aFunCoreExport.h"
  5. namespace aFuncore {
  6. AFUN_CORE_EXPORT extern aFuntool::Logger *aFunCoreLogger;
  7. AFUN_STATIC void setCoreLogger(aFuntool::Logger *log);
  8. }
  9. #include "core_logger.inline.h"
  10. #endif //AFUN_TOOL_LOGGER_H