PipeLogger Class

Tungsten Suite

PipeLogger Class

Sends log messages to a remote server via a named pipe
Inheritance Hierarchy
SystemObject  W.IO.PipesPipeLogger

Namespace:  W.IO.Pipes
Assembly:  Tungsten.IO.Pipes (in Tungsten.IO.Pipes.dll) Version: 2.0.3
Syntax
C#
public static class PipeLogger

The PipeLogger type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPipeClient
The named pipe client used to send log messages
Top
Methods
  NameDescription
Public methodStatic memberLogTheMessage
Log a message to the remote machine. Note that this message is slower due to parsing the remoteIP with each call
Top
Examples
Log.LogTheMessage += (category, message) => W.IO.Pipes.PipeLogger.LogTheMessage(".", "PipeLogger", true, category, message);
See Also