Serial port and GPS

Serial2IP.dolog Method 

Logs the given information if logging switched on

[Visual Basic]
Private Sub dolog( _
   ByVal title As String, _
   ByVal msg As Object _
)
[C#]
private void dolog(
   string title,
   object msg
);

Parameters

title
the title of the log
msg
the log message

See Also

Serial2IP Class | serial Namespace