| class TLogFormatter |
Formatting methods for log file data. Migrate to Open System Trace Instrumentation API instead
| Public Member Functions | |
|---|---|
| TLogFormatter() | |
| TInt | ConvertToWritableBuffer(TDes8 &, TRefByValue< const TDesC16 >, VA_LIST &) |
| TInt | ConvertToWritableBuffer(TDes8 &, TRefByValue< const TDesC8 >, VA_LIST &) |
| TInt | FormatTextToWritableBuffer(TDes8 &, const TDesC16 &) |
| TInt | FormatTextToWritableBuffer(TDes8 &, const TDesC8 &) |
| void | SetDateAndTime(TBool, TBool) |
| Private Member Functions | |
|---|---|
| void | GetDateAndTimeL(TDes &, TDes &) |
| void | WriteL(TDes8 &, const TDesC16 &) |
| void | WriteL(TDes8 &, const TDesC8 &) |
| Private Attributes | |
|---|---|
| TLogFormatter16Overflow | iOverflow16 |
| TLogFormatter8Overflow | iOverflow8 |
| TBool | iUseDate |
| TBool | iUseTime |
| TInt | ConvertToWritableBuffer | ( | TDes8 & | aBuf, |
| TRefByValue< const TDesC16 > | aFmt, | |||
| VA_LIST & | aList | |||
| ) | ||||
| TDes8 & aBuf | |
| TRefByValue< const TDesC16 > aFmt | |
| VA_LIST & aList |
| TInt | ConvertToWritableBuffer | ( | TDes8 & | aBuf, |
| TRefByValue< const TDesC8 > | aFmt, | |||
| VA_LIST & | aList | |||
| ) | ||||
| TDes8 & aBuf | |
| TRefByValue< const TDesC8 > aFmt | |
| VA_LIST & aList |
| TInt | FormatTextToWritableBuffer | ( | TDes8 & | aBuf, |
| const TDesC16 & | aText | |||
| ) | const | |||
| TInt | FormatTextToWritableBuffer | ( | TDes8 & | aBuf, |
| const TDesC8 & | aText | |||
| ) | const | |||