Tungsten
![]() |
PipeLoggerLogTheMessage Method |
Log a message to the remote machine. Note that this message is slower due to parsing the remoteIP with each call
Namespace: W.IO.Pipes
Assembly: Tungsten.IO.Pipes (in Tungsten.IO.Pipes.dll) Version: 2.0.3

C#
public static void LogTheMessage( string server, string pipeName, string message )
Parameters
- server
- Type: SystemString
The name of the server hosting the named pipe - pipeName
- Type: SystemString
The name of the named pipe - message
- Type: SystemString
The log message
