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

In This Topic
    WriteLine(String) Method
    In This Topic
    When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Sub WriteLine( _
       ByVal message As String _
    ) 
    public override void WriteLine( 
       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 WriteLine(String)