tool-logger.h 324 B

123456789101112131415
  1. #ifndef AFUN_TOOL_LOGGER_H
  2. #define AFUN_TOOL_LOGGER_H
  3. #include "aFunToolExport.h"
  4. #include "macro.h"
  5. namespace aFuntool {
  6. class Logger;
  7. extern AFUN_TOOL_EXPORT class Logger *aFunSysLogger;
  8. AFUN_STATIC void setSysLogger(aFuntool::Logger *log);
  9. }
  10. #include "tool-logger.inline.h"
  11. #endif //AFUN_TOOL_LOGGER_H