2
0

code-logger.h 311 B

12345678910111213
  1. #ifndef AFUN_CODE_LOGGER_H
  2. #define AFUN_CODE_LOGGER_H
  3. #include "aFunCodeExport.h"
  4. #include "aFuntool.h"
  5. namespace aFuncode {
  6. AFUN_CODE_EXPORT extern aFuntool::Logger *aFunCodeLogger;
  7. AFUN_INLINE void setCodeLogger(aFuntool::Logger *log);
  8. }
  9. #include "code-logger.inline.h"
  10. #endif //AFUN_CODE_LOGGER_H