Debugging class
![]() | Debugable::CreateString (char *firstStr, int firstInt, int secondInt) Creates a string for numbering certificates |
![]() | Debugable::Debugable (LogFile * debugLogFile) Debugable constructor |
![]() | Debugable::SetDebugOptions (int newLogOptions) Change debug options of the debugable object |
![]() | Debugable::SetLogFile (LogFile *aLogFile) Changes the log file |
![]() | 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.
virtual void WriteString(LogLevel debugLevel, char * format, ...)
void SetLogFile(LogFile *aLogFile)
Debugable(LogFile * debugLogFile = NULL)
virtual ~Debugable()
string* CreateString(char *firstStr, int firstInt, int secondInt)
``firstStr''-``firstInt''-``secondInt'', if secondInt is equal to -1, only ``firstStr''-``firstInt'' is created.
Debugable::Debugable(LogFile * debugLogFile)
int Debugable::SetDebugOptions(int newLogOptions)
void Debugable::SetLogFile(LogFile *aLogFile)
void Debugable::WriteString(LogLevel debugLevel, char * format, ...)
format - Format string with the same semantics and
syntax as the printf format string.
... - Additional parameters that should be
incorporated into into format.
Debugable::~Debugable()
alphabetic index hierarchy of classes
generated by doc++