1
0

tool_logger.inline.h 311 B

1234567891011121314151617181920
  1. #ifndef AFUN_TOOL_LOGGER_INLINE_H
  2. #define AFUN_TOOL_LOGGER_INLINE_H
  3. #ifdef __cplusplus
  4. #include "tool_logger.h"
  5. #ifndef AFUN_TOOL_C
  6. namespace aFuntool {
  7. #endif
  8. void setSysLogger(Logger *log) {
  9. aFunSysLogger = log;
  10. }
  11. #ifndef AFUN_TOOL_C
  12. }
  13. #endif
  14. #endif
  15. #endif //AFUN_TOOL_LOGGER_INLINE_H