RichTextBoxTarget Methods |
The RichTextBoxTarget type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Closes the target.
(Inherited from Target.) | |
| Flush |
Flush any pending log messages (in case of asynchronous targets).
(Inherited from Target.) | |
| GetTargetByControl(RichTextBox) |
Returns a target attached to a given RichTextBox control
| |
| GetTargetByControl(RichTextBox, LoggingConfiguration) |
Returns a target attached to a given RichTextBox control
| |
| PrecalculateVolatileLayouts |
Calls the Precalculate(LogEventInfo) on each volatile layout
used by this target.
This method won't prerender if all layouts in this target are thread-agnostic.
(Inherited from Target.) | |
| ReInitializeAllTextboxes(Form) |
Attempts to attach existing targets that have yet no textboxes to controls that exist on specified form if appropriate
| |
| ReInitializeAllTextboxes(Form, LoggingConfiguration) |
Attempts to attach existing targets that have yet no textboxes to controls that exist on specified form if appropriate
| |
| ToString | Returns a string that represents the current object. (Inherited from Target.) | |
| WriteAsyncLogEvent |
Writes the log to the target.
(Inherited from Target.) | |
| WriteAsyncLogEvents(AsyncLogEventInfo) |
Writes the array of log events.
(Inherited from Target.) | |
| WriteAsyncLogEvents(IListAsyncLogEventInfo) |
Writes the array of log events.
(Inherited from Target.) |