Tungsten
![]() |
CopyDataLogger Class |
Logs messages to the specified window via WM_COPYDATA messages

Namespace: W.InterProcess
Assembly: Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0

C#
public static class CopyDataLogger
The CopyDataLogger type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() | LogTheMessage |
Log a message to the specified window via WM_COPYDATA messaging
|

Log.LogTheMessage += (category, message) => W.InterProcess.CopyDataLogger.LogTheMessage("ConsoleLogger", true, category, message);
