Function gpa::logger::CreateFileAppender

Function Documentation

void *gpa::logger::CreateFileAppender(TCHAR const *logFilePathname)

CreateFileAppender returns a FileAppender instance. The caller owns the object once created and is responsible for releasing the memory.

Parameters

logFilePathname -- Full path to a log file. Path will be created if it does not already exist, including intermediate path elements. Path can contain a single instance each of the following wildcards: #PROC - replaced with the name of the process (spaces in the name replaced by dashes)