6 lines
143 B
C
6 lines
143 B
C
#ifndef WHY2_LOGGER_LOGGER_H
|
|
#define WHY2_LOGGER_LOGGER_H
|
|
|
|
int initLogger(char *directoryPath); //CREATES LOGGING FILE IN directoryPath
|
|
|
|
#endif |