Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Tracer Class / WriteLine Method / WriteLine(String,Object) Method
A subject string to write.
A value to write.


In This Topic
    WriteLine(String,Object) Method
    In This Topic
    Write the supplied subject and value to System.Diagnostics.Trace and to all registered listeners such as file and/or console.
    Syntax
    Public Overloads Shared Sub WriteLine( _
       ByVal subject As System.String, _
       ByVal value As System.Object _
    ) 
    public static void WriteLine( 
       System.string subject,
       System.object value
    )
    public:
    static void WriteLine( 
       System.String^ subject,
       System.Object^ value
    ) 

    Parameters

    subject
    A subject string to write.
    value
    A value 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