Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / Trace Class / WriteLine Method / WriteLine(String) Method
The message to write to the debugger.

In This Topic
    WriteLine(String) Method
    In This Topic
    Writes a specified message followed by a line terminator to the debugger by using the OutputDebugString function.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub WriteLine( _
       ByVal message As String _
    ) 
    public static void WriteLine( 
       string message
    )

    Parameters

    message
    The message to write to the debugger.
    See Also