1.1.0 Added traceObject function
1.2.0 Added traceLog functionality
Definition at line 36 of file CTrace.hpp.
| static void Exponent::Testing::CTrace::closeTraceFile | ( | ) | [static] |
Close the log file
| static bool Exponent::Testing::CTrace::openTraceFile | ( | const CSystemString & | filename | ) | [static] |
Open the log file
| filename | The name of the file to open |
| bool | True if trace file opened properly, false otherwise |
| static void Exponent::Testing::CTrace::trace | ( | const CCountedObject & | theObject, | |
| const CString & | formatText | |||
| ) | [static] |
Output an object
| theObject | The object to trace | |
| formatText | Formatting text placed before readout |
| static void Exponent::Testing::CTrace::trace | ( | const char * | text, | |
| ... | ||||
| ) | [static] |
Output a debug string
| text | The Text to output | |
| ... | The arguments |
CTextStream Exponent::Testing::CTrace::CTRACE_STREAM [static, protected] |
The text stream for file loggin
Definition at line 76 of file CTrace.hpp.