Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Net Namespace / ConsoleListener Class / Write Method / Write(Char) Method
The character to write to the text stream.

Write(Char) Method
Writes a character to the text stream.
Syntax
'Declaration
 
Public Overloads Overrides Sub Write( _
   ByVal value As Char _
) 
 

Parameters

value
The character to write to the text stream.
Exceptions
ExceptionDescription
The System.IO.TextWriter is closed.
An I/O error occurs.
Remarks
TODO: At some point we want to overhaul this to override at the Write(string) and WriteLine() level instead of Write(char) and pass the data in a different, stream-optimized format rather than as log messages. But for now... Wrap as a log message for each line (as we get a newline)....
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also