| Table of Contents | ||
|
|
||
| CloseLog | ||
|
Purpose Closes the error log |
||
|
Protoype void CError::CloseLog () |
||
|
Description This function can be called at anytime to close the current error log in use (if any). Not only does this function close the actual log file, but it prints the log footer and computes the total running time of the application in hours:mins:secs:ms. |
||
|
Use CError error; error.CloseLog(); |
||
|
|
||
|