Class LogFilePathA¶
Defined in File LogApi.h
Class Documentation¶
-
class LogFilePathA¶
This class contains the file path for a log operation. The file path is specified as a char string.
Public Functions
-
LogFilePathA()¶
Public Members
-
char dirPath[constants::maxLogDirSize]¶
The directory that the log file will be saved to. The slash or backlash at the end of the directory is optional.
-
char fileName[constants::maxLogFileNameSize]¶
The file name of the log file. A file extension may optionally be specified.
-
LogFilePathA()¶