A LogWriter that writes formatted messages to LogControl.
public sealed class TerminalLogControlWriter : TerminalLogWriterBase, IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.TerminalLogControlWriter(LogControl)Initializes a new instance of the TerminalLogControlWriter class.LogControlGets the target log control instance.AppendLine(ReadOnlySpan<Char>)Appends a plain text line.AppendMarkupLine(ReadOnlySpan<Char>)Appends a markup line.