tool-logger.inline.h 238 B

1234567891011
  1. #ifndef AFUN_TOOL_LOGGER_INLINE_H
  2. #define AFUN_TOOL_LOGGER_INLINE_H
  3. #include "tool-logger.h"
  4. namespace aFuntool {
  5. void setSysLogger(aFuntool::Logger *log) {
  6. aFunSysLogger = log;
  7. }
  8. }
  9. #endif //AFUN_TOOL_LOGGER_INLINE_H