Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Serializer Class / WriteLog Method
The message to write.

In This Topic
    WriteLog Method (Serializer)
    In This Topic
    Writes a message into the log.
    Syntax
    'Declaration
     
    Public Sub WriteLog( _
       ByVal message As String _
    ) 
    public void WriteLog( 
       string message
    )

    Parameters

    message
    The message to write.
    See Also