- #ifndef AFUN_CODE_LOGGER_H
- #define AFUN_CODE_LOGGER_H
- #include "aFunCodeExport.h"
- #include "aFuntool.h"
- namespace aFuncode {
- AFUN_CODE_EXPORT extern aFuntool::Logger *aFunCodeLogger;
- AFUN_STATIC void setCodeLogger(aFuntool::Logger *log);
- }
- #include "code_logger.inline.h"
- #endif //AFUN_CODE_LOGGER_H
|