2
0

rt_logger.h 307 B

123456789101112
  1. #ifndef AFUN_RT_LOGGER_H
  2. #define AFUN_RT_LOGGER_H
  3. #include "aFunRuntimeExport.h"
  4. #include "aFuntool.h"
  5. namespace aFunrt {
  6. AFUN_RT_EXPORT extern aFuntool::Logger *aFunRuntimeLogger;
  7. AFUN_STATIC void setRuntimeLogger(aFuntool::Logger *log);
  8. }
  9. #include "rt_logger.inline.h"
  10. #endif //AFUN_RT_LOGGER_H