Allows a plugin to write messages to a console on the host (ie. Renderer (TTY) in vvvv).
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
Parameters
- Type
- Type: VVVV.PluginInterfaces.V1..::..TLogType
The type of message. Depending on the setting of this parameter the PluginHost can handle messages differently.
- Message
- Type: System..::..String
The message to be logged.