#ifndef __LOG_H__
#define __LOG_H__
#include "collector.h"
void start_logging_thread(log_app_conf_t *conf);
#endif