Log file
LogFile::LogFile (const char *name) Log file constructor | |
int | LogFile::SetDebugOptions (int options) Change what is logged in log file |
void | LogFile::WriteString (LogLevel logLevel, char *format, ...) Write message to log file |
void | LogFile::WriteStringVA (LogLevel logLevel, char *format, va_list args) Write message to log file |
LogFile::~LogFile () Log file destructor |
methods
|
attributes
|
Log file. class that encapsulates file for logging debug messages. Has the ability to log just certain types of messages.
Also sets initial debug options.
Also prepends time. Every log entry is on separate line.
Also prepends time. Every log entry is on separate line.
format - format string similar to printf()
... - Additional variables we want to print
format - format string similar to printf()
args - Additional variables we want to print
alphabetic index hierarchy of classes
generated by doc++