Debugging class
string* | Debugable::CreateString (char *firstStr, int firstInt, int secondInt) Creates a string for numbering certificates |
Debugable::Debugable (LogFile * debugLogFile) Debugable constructor | |
int | Debugable::SetDebugOptions (int newLogOptions) Change debug options of the debugable object |
void | Debugable::SetLogFile (LogFile *aLogFile) Changes the log file |
void | Debugable::WriteString (LogLevel debugLevel, char * format, ...) Writes a message to LogFile |
Debugable::~Debugable () Debugable destructor |
attributes
| |||||||||||||
methods
|
Debugging class. Has the ability to write its progress into log file - it has one and can write into it using its method WriteString.
``firstStr''-``firstInt''-``secondInt'', if secondInt is equal to -1, only ``firstStr''-``firstInt'' is created.
format - Format string with the same semantics and
syntax as the printf format string.
... - Additional parameters that should be
incorporated into into format.
alphabetic index hierarchy of classes
generated by doc++