Class LogFilePathW

Class Documentation

class LogFilePathW

This class contains the file path for a log operation. The file path is specified as a wchar_t string.

Public Functions

LogFilePathW()

Public Members

wchar_t 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.

wchar_t fileName[constants::maxLogFileNameSize]

The file name of the log file. A file extension may optionally be specified.