THttpLogger Class Reference
#include
<mw/http/framework/httplogger.h>
class THttpLogger : public TDes16Overflow |
Detailed Description
A utility used in HTTP for logging in debug builds. Log files are placed in the directory EPOCROOT/epoc32/wins/c/logs/http
Constructor & Destructor Documentation
~THttpLogger ( )
IMPORT_C | ~THttpLogger | ( | ) | [virtual] |
Destructor - closes the log #ModelId=3C4C4C3E0180
Member Function Documentation
CreateFlogger ( const TDesC &, TInt, TInt )
IMPORT_C void | CreateFlogger | ( | const TDesC & | aFileName, |
| TInt | aShowDate, |
| TInt | aShowTime |
| ) | |
Create log file in directory KLogsdir - Note: ignore Drive and Path of aFilename
Parameter | Description | aFileName | Log file name. |
aShowDate | Report date in log. |
aShowTime | Report time in log. #ModelId=3C4C4C3E0175 |
DumpIt ( const TDesC8 & )
IMPORT_C void | DumpIt | ( | const TDesC8 & | aData | ) | |
Do a formatted dump of binary data.
Parameter | Description | aData | Data to log. #ModelId=3C4C4C3E0150 |
LogIt ( TRefByValue< const TDesC >, ... )
Logs a list of values formatted by a format string.
Parameter | Description | aFmt | Format string #ModelId=3C4C4C3E0162 |
WriteComment ( const TDesC & )
IMPORT_C void | WriteComment | ( | const TDesC & | aComment | ) | |
Writes aComment to test log file, logging file and test harness.
Parameter | Description | aComment | String to log #ModelId=3C4C4C3E0158 |
WriteComment ( const TDesC8 & )
IMPORT_C void | WriteComment | ( | const TDesC8 & | aData | ) | |
Do a write of the supplied 8 bit data.
Parameter | Description | aData | String to log #ModelId=3C4C4C3E015A |