log_periodic.h 277 B

123456789101112131415161718
  1. #ifndef __PERIODICFILELOGFACTORY_H__
  2. #define __PERIODICFILELOGFACTORY_H__
  3. #pragma once
  4. #include "log_factory.h"
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif
  8. int periodicfilefactory_create(logfactory_t** p_fac);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif //__PERIODICFILELOGFACTORY_H__