A LogWriter that writes formatted messages to XenoAtom.Terminal.TerminalInstance.
public sealed class TerminalLogWriter : TerminalLogWriterBase, IDisposable
kind:method, kind:property, kind:ctor. Press Esc to clear.TerminalLogWriter()Initializes a new instance of the TerminalLogWriter class using XenoAtom.Terminal.Terminal.Instance.TerminalLogWriter(TerminalInstance)Initializes a new instance of the TerminalLogWriter class.TerminalGets the target terminal instance.AppendLine(ReadOnlySpan<Char>)Appends a plain text line.AppendMarkupLine(ReadOnlySpan<Char>)Appends a markup line.WriteAttachment(Object?)Writes an optional attachment associated with the log message.