created writeLog function
This commit is contained in:
parent
4e345eeb99
commit
3a456bf63a
@ -2,5 +2,6 @@
|
|||||||
#define WHY2_LOGGER_LOGGER_H
|
#define WHY2_LOGGER_LOGGER_H
|
||||||
|
|
||||||
int initLogger(char *directoryPath); //CREATES LOGGING FILE IN directoryPath
|
int initLogger(char *directoryPath); //CREATES LOGGING FILE IN directoryPath
|
||||||
|
void writeLog(int loggerFile, char *logMessage); //WRITES logMessage TO loggerFile
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
x
Reference in New Issue
Block a user