rt-logger.inline.h 234 B

123456789101112
  1. #ifndef AFUN_RT_LOGGER_INLINE_H
  2. #define AFUN_RT_LOGGER_INLINE_H
  3. #include "rt-logger.h"
  4. namespace aFunrt {
  5. void setRuntimeLogger(aFuntool::Logger *log) {
  6. aFunRuntimeLogger = log;
  7. }
  8. }
  9. #endif //AFUN_RT_LOGGER_INLINE_H