parser_logger.h 328 B

123456789101112
  1. #ifndef AFUN_PARSER_LOGGER_H
  2. #define AFUN_PARSER_LOGGER_H
  3. #include "aFunParserExport.h"
  4. #include "aFuntool.h"
  5. namespace aFunparser {
  6. AFUN_PARSER_EXPORT extern aFuntool::Logger *aFunParserLogger;
  7. AFUN_STATIC void setParserLogger(aFuntool::Logger *log);
  8. }
  9. #include "parser_logger.inline.h"
  10. #endif //AFUN_PARSER_LOGGER_H