Click or drag to resize

RichTextBoxTarget Methods

The RichTextBoxTarget type exposes the following members.

Methods
  NameDescription
Public methodDispose
Closes the target.
(Inherited from Target.)
Public methodFlush
Flush any pending log messages (in case of asynchronous targets).
(Inherited from Target.)
Public methodStatic memberGetTargetByControl(RichTextBox)
Returns a target attached to a given RichTextBox control
Public methodStatic memberGetTargetByControl(RichTextBox, LoggingConfiguration)
Returns a target attached to a given RichTextBox control
Public methodPrecalculateVolatileLayouts
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.)
Public methodStatic memberReInitializeAllTextboxes(Form)
Attempts to attach existing targets that have yet no textboxes to controls that exist on specified form if appropriate
Public methodStatic memberReInitializeAllTextboxes(Form, LoggingConfiguration)
Attempts to attach existing targets that have yet no textboxes to controls that exist on specified form if appropriate
Public methodToString
Returns a string that represents the current object.
(Inherited from Target.)
Public methodWriteAsyncLogEvent
Writes the log to the target.
(Inherited from Target.)
Public methodWriteAsyncLogEvents(AsyncLogEventInfo)
Writes the array of log events.
(Inherited from Target.)
Public methodWriteAsyncLogEvents(IListAsyncLogEventInfo)
Writes the array of log events.
(Inherited from Target.)
Top
See Also