Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / LogListener Class / Write Method / Write(String) Method
A message to write.

In This Topic
    Write(String) Method
    In This Topic
    When overridden in a derived class, writes the specified message to the listener you create in the derived class.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Sub Write( _
       ByVal message As String _
    ) 
    public override void Write( 
       string message
    )

    Parameters

    message
    A message to write.
    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

    Reference

    LogListener Class
    LogListener Members
    Overload List
    Base Implementation in Write(String)