Allow a control to be called by control_trace_listener for writing debug or trace message.
- Header
#include <xtd/forms/ibutton_trace>
- Namespace
- xtd::forms
- Library
- xtd.forms
|
virtual void | write (const xtd::string &message)=0 |
| Write debug or trace message on this instance control.
|
|
virtual void | write_line (const xtd::string &message)=0 |
| Write debug or trace message on this instance control followed by line terminator.
|
|
virtual void | flush ()=0 |
| Flushes the output buffer and causes buffered data to write to the control.
|
|
◆ write()
virtual void xtd::forms::icontrol_trace::write |
( |
const xtd::string & |
message | ) |
|
|
pure virtual |
◆ write_line()
virtual void xtd::forms::icontrol_trace::write_line |
( |
const xtd::string & |
message | ) |
|
|
pure virtual |
◆ flush()
virtual void xtd::forms::icontrol_trace::flush |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: