Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Surrogate<T> Class / WriteLog Method
The message to write.

In This Topic
    WriteLog Method (Surrogate<T>)
    In This Topic
    Writes a message into the log.
    Syntax
    'Declaration
     
    Protected Sub WriteLog( _
       ByVal message As String _
    ) 
    protected void WriteLog( 
       string message
    )

    Parameters

    message
    The message to write.
    See Also