PipeLogger.LogTheMessage Method

Tungsten Suite

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
Syntax
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
See Also