CopyDataLogger Class

Tungsten Suite

CopyDataLogger Class

Logs messages to the specified window via WM_COPYDATA messages
Inheritance Hierarchy
SystemObject  W.InterProcessCopyDataLogger

Namespace:  W.InterProcess
Assembly:  Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
Syntax
C#
public static class CopyDataLogger

The CopyDataLogger type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLogTheMessage
Log a message to the specified window via WM_COPYDATA messaging
Top
Examples
Log.LogTheMessage += (category, message) => W.InterProcess.CopyDataLogger.LogTheMessage("ConsoleLogger", true, category, message);
See Also