| Table of Contents | ||||||
|
|
||||||
| CError | ||||||
|
Purpose Optional class constructor |
||||||
|
Protoype CError::CError(string str_filename, string str_config = "", string str_app = "CApp Application") |
||||||
|
Parameters
|
||||||
|
Description This constructor acts as a replacement for OpenLog() and LoadConfig() and allows you to create the log file when CError is instanced. |
||||||
|
Use CError error("my_log.txt", "log.cfg", "Test App");
|
||||||
|
|
||||||
|