Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Net Namespace / ConsoleListener Class / ConsoleListener Constructor

In This Topic
    ConsoleListener Constructor
    In This Topic
    Create a new instance of the console listener.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal outputCategory As String, _
       ByVal originalWriter As TextWriter _
    )
    public ConsoleListener( 
       string outputCategory,
       TextWriter originalWriter
    )

    Parameters

    outputCategory
    originalWriter
    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