Tungsten
![]() |
UdpUdpLoggerLogTheMessage Method (String, Int32, String) |
Log a message to the remote machine. Note that this message is slower due to parsing the remoteIP with each call
Namespace: W.Net
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2

C#
public static void LogTheMessage( string remoteIP, int remotePort, string message )
Parameters
- remoteIP
- Type: SystemString
The IP address or name of the remote server - remotePort
- Type: SystemInt32
The port of the remote Udp server - message
- Type: SystemString
The log message
