Tungsten
|
CopyDataLogger Class |
Logs messages to the specified window via WM_COPYDATA messages
Inheritance HierarchyNamespace: W.InterProcess
Assembly: Tungsten.InterProcess (in Tungsten.InterProcess.dll) Version: 2.0.0
SyntaxC#
public static class CopyDataLogger
The CopyDataLogger type exposes the following members.
Methods| Name | Description | |
|---|---|---|
![]() ![]() | LogTheMessage |
Log a message to the specified window via WM_COPYDATA messaging
|
Examples
Log.LogTheMessage += (category, message) => W.InterProcess.CopyDataLogger.LogTheMessage("ConsoleLogger", true, category, message);
See Also

