Allow a control to be called by control_trace_listener for writing debug or trace message.
Methods | |
virtual void | write (const xtd::ustring &message)=0 |
Write debug or trace message on this instance control. More... | |
virtual void | write_line (const xtd::ustring &message)=0 |
Write debug or trace message on this instance control followed by line terminator. More... | |
virtual void | flush ()=0 |
Flushes the output buffer and causes buffered data to write to the control. More... | |
|
pure virtual |
Flushes the output buffer and causes buffered data to write to the control.
Implemented in xtd::forms::trace_form, and xtd::forms::debug_form.
|
pure virtual |
Write debug or trace message on this instance control.
message | A string that tcontains the debug or trace message. |
Implemented in xtd::forms::debug_form, and xtd::forms::trace_form.
|
pure virtual |
Write debug or trace message on this instance control followed by line terminator.
message | A string that tcontains the debug or trace message. |
Implemented in xtd::forms::debug_form, and xtd::forms::trace_form.