#include <mw/http/framework/httplogger.h>
class THttpLogger : public TDes16Overflow |
Public Member Functions | |
---|---|
virtual | ~THttpLogger() |
IMPORT_C void | CreateFlogger(const TDesC &, TInt, TInt) |
IMPORT_C void | DumpIt(const TDesC8 &) |
IMPORT_C void | LogIt(TRefByValue< const TDesC >, ...) |
IMPORT_C void | WriteComment(const TDesC &) |
IMPORT_C void | WriteComment(const TDesC8 &) |
A utility used in HTTP for logging in debug builds. Log files are placed in the directory EPOCROOT%/epoc32/wins/c/logs/http
IMPORT_C void | DumpIt | ( | const TDesC8 & | aData | ) |
Do a formatted dump of binary data.
Parameters | |
---|---|
aData | Data to log. ##ModelId=3C4C4C3E0150 |
IMPORT_C void | LogIt | ( | TRefByValue< const TDesC > | aFmt, |
... | ||||
) |
Logs a list of values formatted by a format string.
Parameters | |
---|---|
aFmt | Format string ##ModelId=3C4C4C3E0162 |
IMPORT_C void | WriteComment | ( | const TDesC & | aComment | ) |
Writes aComment to test log file, logging file and test harness.
Parameters | |
---|---|
aComment | String to log ##ModelId=3C4C4C3E0158 |
IMPORT_C void | WriteComment | ( | const TDesC8 & | aData | ) |
Do a write of the supplied 8 bit data.
Parameters | |
---|---|
aData | String to log ##ModelId=3C4C4C3E015A |