class TLogFormatter8Overflow : public TDes8Overflow |
Overflow handler. Migrate to Open System Trace Instrumentation API instead
void | Overflow | ( | TDes8 & | aDes | ) | [virtual] |
Handles the overflow.
This function is called when the TDes8::AppendFormat() variant that takes an overflow handler argument, fails.
TDes8 & aDes | The 8-bit modifiable descriptor whose overflow results in the call to this overflow handler. |