Used in the IPluginHost.Log function to specify the type of the log message.
Namespace: VVVV.PluginInterfaces.V1Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
| C# |
|---|
public enum TLogType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Debug | 0 | Specifies a debug message. | |
| Message | 1 | Specifies an ordinary message. | |
| Warning | 2 | Specifies a warning message. | |
| Error | 3 | Specifies an errormessage. |