init.inline.h 208 B

12345678910111213
  1. #ifndef AFUN_INIT_INLINE_H
  2. #define AFUN_INIT_INLINE_H
  3. #include "init.h"
  4. namespace aFunit {
  5. void setAFunLogger(aFuntool::Logger *log) {
  6. aFunLogger = log;
  7. }
  8. }
  9. #endif //AFUN_INIT_INLINE_H