WHY2/include/logger/logger.h

6 lines
103 B
C

#ifndef WHY2_LOGGER_LOGGER_H
#define WHY2_LOGGER_LOGGER_H
int initLogger(char *directoryPath);
#endif