parser-logger.inline.h 251 B

1234567891011
  1. #ifndef AFUN_PARSER_LOGGER_INLINE_H
  2. #define AFUN_PARSER_LOGGER_INLINE_H
  3. #include "parser-logger.h"
  4. namespace aFunparser {
  5. void setParserLogger(aFuntool::Logger *log) {
  6. aFunParserLogger = log;
  7. }
  8. }
  9. #endif //AFUN_PARSER_LOGGER_INLINE_H